- Mastering Web Application Development with Express
- Alexandru Vl?du?u
- 112字
- 2021-08-05 17:54:20
Summary
This chapter has provided us with a great deal of information about middleware. We can now create middleware components and even our custom framework that replicates Express up to a certain point. We have discussed the similarities between the router and the middleware system. We have seen the advantages of error-handling middleware and also learned how to set up the 404
page. An important insight we got was the fact that each Express application is a middleware of its own, so we can mount the subapplication into a master one.
Now that we know how to use middleware to our advantage, it is time to create a RESTful application with Express.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Mastering AWS Lambda
- Python深度學(xué)習(xí)
- Python機(jī)器學(xué)習(xí)實戰(zhàn)
- 正則表達(dá)式經(jīng)典實例(第2版)
- 機(jī)器學(xué)習(xí)與R語言實戰(zhàn)
- INSTANT Sinatra Starter
- 學(xué)習(xí)OpenCV 4:基于Python的算法實戰(zhàn)
- Python Digital Forensics Cookbook
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- Flutter從0基礎(chǔ)到App上線
- ASP.NET本質(zhì)論
- IBM DB2 9.7 Advanced Application Developer Cookbook
- Mastering Magento Theme Design
- Visual Basic 開發(fā)從入門到精通