- 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
推薦閱讀
- Apache Oozie Essentials
- Objective-C應用開發全程實錄
- Dynamics 365 Application Development
- CentOS 7 Linux Server Cookbook(Second Edition)
- Raspberry Pi for Secret Agents(Third Edition)
- Python神經網絡項目實戰
- Julia for Data Science
- 開源項目成功之道
- Rust游戲開發實戰
- 硬件產品設計與開發:從原型到交付
- AI自動化測試:技術原理、平臺搭建與工程實踐
- Building a Media Center with Raspberry Pi
- Visual Basic語言程序設計上機指導與練習(第3版)
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- MySQL從入門到精通