ExpressJS - 资源
本章列出了我们为本教程所使用的各种资源。
最重要的链接当然是 Express API 文档 − https://expressjs.com/en/4x/api.html
Express 网站上提供的关于不同方面的指南也非常有用 −
Routing
Middleware
Error Handling
Debugging
Express 最常用的 middleware 列表可在 https://expressjs.com/en/resources/middleware.html 查看
这些包含 Express 技巧和窍门的博客可能会有所帮助 −
https://derickbailey.com/categories/tips-and-tricks/
https://scotch.io/tutorials/learn-to-use-the-new-router-in+-expressjs-4
Application structure − https://www.terlici.com/2014/08/25/best-practices-express-structure.html
RESTful APIs −
https://www.thepolyglotdeveloper.com/2015/10/create-a-simple-restful-api-with-node-js/
https://scotch.io/tutorials/build-a-restful-api-using-node-and-express-4
https://devcenter.heroku.com/articles/mean-apps-restful-api
http://cwbuecheler.com/web/tutorials/2014/restful-web-app-node-express-mongodb/
对于高级认证,使用 PassportJS − http://passportjs.org