- MEAN Web Development
- Amos Q. Haviv
- 221字
- 2021-08-05 17:46:47
Introduction to Express
To say that TJ Holowaychuk is a productive developer would be a huge understatement. TJ's involvement in the Node.js community is almost unmatched by any other developer, and with more than 500 open source projects, he's responsible for some of the most popular frameworks in the JavaScript ecosystem.
One of his greatest projects is the Express web framework. The Express framework is a small set of common web application features, kept to a minimum in order to maintain the Node.js style. It is built on top of Connect and makes use of its middleware architecture. Its features extend Connect to allow a variety of common web applications' use cases, such as the inclusion of modular HTML template engines, extending the response object to support various data format outputs, a routing system, and much more.
So far, we have used a single server.js
file to create our application. However, when using Express you'll learn more about better project structure, properly configuring your application, and breaking your application logic into different modules. You'll also learn how to use the EJS template engine, managing sessions, and adding a routing scheme. By the end of this section, you'll have a working application skeleton that you'll use for the rest of the book. Let's begin our journey of creating your first Express application.
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- 程序員面試白皮書
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Spring Cloud Alibaba微服務架構設計與開發實戰
- ASP.NET Core 2 and Vue.js
- Blender 3D Incredible Machines
- MySQL數據庫管理與開發(慕課版)
- 嚴密系統設計:方法、趨勢與挑戰
- 編程菜鳥學Python數據分析
- 深入實踐Kotlin元編程
- GitHub入門與實踐
- Elasticsearch Essentials
- Troubleshooting Citrix XenApp?
- Unity 5 Game Optimization
- Raspberry Pi Robotic Projects