- 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
推薦閱讀
- Visual C++串口通信開發入門與編程實踐
- Beginning C++ Game Programming
- 大學計算機基礎實驗教程
- 劍指JVM:虛擬機實踐與性能調優
- 算法訓練營:入門篇(全彩版)
- Rust Essentials(Second Edition)
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- C語言課程設計
- 利用Python進行數據分析
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- ServiceNow:Building Powerful Workflows
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- Python Data Science Cookbook
- 區塊鏈國產化實踐指南:基于Fabric 2.0