- 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.
- Fundamentals of Linux
- C#程序設計實訓指導書
- JIRA 7 Administration Cookbook(Second Edition)
- 樂高機器人設計技巧:EV3結構設計與編程指導
- Instant Typeahead.js
- TypeScript實戰指南
- Learning Apache Kafka(Second Edition)
- JavaScript動態網頁開發詳解
- 深入理解Elasticsearch(原書第3版)
- Learning Concurrent Programming in Scala
- Windows Phone 7.5:Building Location-aware Applications
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Mastering Concurrency in Python
- 精通Spring:Java Web開發與Spring Boot高級功能