- 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.
推薦閱讀
- 微服務(wù)設(shè)計(第2版)
- Learning Docker
- C語言實驗指導(dǎo)及習(xí)題解析
- 領(lǐng)域驅(qū)動設(shè)計:軟件核心復(fù)雜性應(yīng)對之道(修訂版)
- Mastering Linux Security and Hardening
- Spring 5 Design Patterns
- 零基礎(chǔ)學(xué)C語言(升級版)
- Python Programming for Arduino
- 微前端設(shè)計與實現(xiàn)
- 寫給青少年的人工智能(Python版·微課視頻版)
- Effective C++:改善程序與設(shè)計的55個具體做法(第三版)中文版(雙色)
- 用Go語言自制編譯器
- Unreal Engine Game Development Cookbook
- Mastering Python for Data Science
- 開源心法