- Node Cookbook
- David Mark Clements
- 85字
- 2021-08-13 18:13:53
Introduction
One of the great qualities of Node is its simplicity. Unlike PHP or ASP there is no separation between the web server and code, nor do we have to customize large configuration files to get the behavior we want. With Node we can create the server, customize it, and deliver content all at the code level. This chapter demonstrates how to create a web server with Node and feed content through it, all while implementing security and performance enhancements to cater for various situations.
推薦閱讀
- Learning Cython Programming(Second Edition)
- Leap Motion Development Essentials
- PostgreSQL技術內(nèi)幕:事務處理深度探索
- Internet of Things with Intel Galileo
- 零基礎學Python數(shù)據(jù)分析(升級版)
- jQuery開發(fā)基礎教程
- 基于Struts、Hibernate、Spring架構的Web應用開發(fā)
- Java程序員面試筆試寶典(第2版)
- Java并發(fā)編程之美
- JSP程序設計與案例實戰(zhàn)(慕課版)
- Java程序設計教程
- Software-Defined Networking with OpenFlow(Second Edition)
- Raspberry Pi Blueprints
- Vue.js 3.x高效前端開發(fā)(視頻教學版)
- Java核心編程