- 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
推薦閱讀
- UI設計基礎培訓教程
- Django+Vue.js商城項目實戰
- Learning Java Functional Programming
- jQuery EasyUI網站開發實戰
- Python語言程序設計
- Android Development with Kotlin
- Architecting the Industrial Internet
- Silverlight魔幻銀燈
- Java程序設計入門
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- JavaScript+jQuery網頁特效設計任務驅動教程
- Python語言科研繪圖與學術圖表繪制從入門到精通
- ASP.NET 4.0 Web程序設計
- Vue.js光速入門及企業項目開發實戰
- Android移動應用項目化教程