- MEAN Web Development
- Amos Q. Haviv
- 140字
- 2021-08-05 17:46:46
Chapter 3. Building an Express Web Application
This chapter will cover the proper way of building your first Express application. You'll begin by installing and configuring the Express module, and then learn about Express' main APIs. We'll discuss Express request, response, and application objects and learn how to use them. We'll then cover the Express routing mechanism and learn how to properly use it. We'll also discuss the structure of the application folder and how you can utilize different structures for different project types. By the end of this chapter, you'll learn how to build a full Express application. In this chapter, we'll cover the following topics:
- Installing Express and creating a new Express application
- Organizing your project's structure
- Configuring your Express application
- Using the Express routing mechanism
- Rendering EJS views
- Serving static files
- Configuring an Express session
推薦閱讀
- Java應(yīng)用與實戰(zhàn)
- FreeSWITCH 1.8
- Oracle 12c中文版數(shù)據(jù)庫管理、應(yīng)用與開發(fā)實踐教程 (清華電腦學(xué)堂)
- Python計算機視覺編程
- C語言從入門到精通(第4版)
- Building Machine Learning Systems with Python(Second Edition)
- Anaconda數(shù)據(jù)科學(xué)實戰(zhàn)
- 從零開始學(xué)UI:概念解析、實戰(zhàn)提高、突破規(guī)則
- Redmine Cookbook
- C語言程序設(shè)計
- Python物理建模初學(xué)者指南(第2版)
- C++17 By Example
- Java 11 and 12:New Features
- 優(yōu)化驅(qū)動的設(shè)計方法
- Visual C#(學(xué)習(xí)筆記)