- 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.
- Getting Started with Citrix XenApp? 7.6
- C#完全自學(xué)教程
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- Mastering PHP Design Patterns
- Bulma必知必會(huì)
- Python金融數(shù)據(jù)分析
- Visual C++數(shù)字圖像處理技術(shù)詳解
- Flux Architecture
- Mastering Apache Maven 3
- Hands-On Full Stack Development with Go
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- Test-Driven Development with Django
- 細(xì)說Python編程:從入門到科學(xué)計(jì)算
- Python入門很輕松(微課超值版)