- Node Cookbook(Second Edition)
- David Mark Clements
- 124字
- 2021-07-16 12:04:27
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 web server, customize it, and deliver content. All this can be done at the code level. This chapter demonstrates how to create a web server with Node and feed content through it, while implementing security and performance enhancements to cater for various situations.
Tip
If we don't have Node installed yet, we can head to http://nodejs.org and hit the INSTALL button appearing on the homepage. This will download the relevant file to install Node on our operating system.
推薦閱讀
- Beginning Java Data Structures and Algorithms
- Visual Basic 6.0程序設計計算機組裝與維修
- Rust實戰
- AngularJS深度剖析與最佳實踐
- Spring Boot企業級項目開發實戰
- UML 基礎與 Rose 建模案例(第3版)
- PySide 6/PyQt 6快速開發與實戰
- Mastering Unity 2D Game Development(Second Edition)
- Java零基礎實戰
- Mastering Web Application Development with AngularJS
- Python Data Science Cookbook
- Visual C#(學習筆記)
- Windows 10 for Enterprise Administrators
- Elasticsearch實戰(第2版)
- 編程風格:程序設計與系統構建的藝術(原書第2版)