- Building Scalable Apps with Redis and Node.js
- Joshua Johanan
- 143字
- 2021-08-05 17:49:02
Chapter 1. Backend Development with Express
This chapter will show how to set up Express for our application. Express is the application framework for Node.js. If Node.js is the foundation, Express will be the framework of our house. Express provides us with routing, sessions, form processing, and so on. Entire books have been written on it, so we will just touch on what we require. If you have never used Express before in a Node project, don't worry, you will get a good feel of it by the end of this chapter. If you were lucky enough to use Express before, then hopefully I can show you something you don't already know.
The topics that we will cover in this chapter are as follows:
- Serving and responding to HTTP requests
- Routing
- Middleware
- Templating
- Creating sessions
- Parsing form data
- Integrating everything together
推薦閱讀
- Visual C++串口通信開發入門與編程實踐
- Leap Motion Development Essentials
- 基于免疫進化的算法及應用研究
- Mastering matplotlib
- Oracle Exadata專家手冊
- Learning JavaScript Data Structures and Algorithms
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- 軟件供應鏈安全:源代碼缺陷實例剖析
- Python入門很輕松(微課超值版)
- 視窗軟件設計和開發自動化:可視化D++語言
- 零基礎學Java第2版
- INSTANT Premium Drupal Themes
- JavaWeb從入門到精通(視頻實戰版)
- Offer來了:Java面試核心知識點精講(框架篇)
- Instant Pygame for Python Game Development How-to