ExpressJS - 资源
本章列出了我们在本教程中使用的各种资源。
最重要的链接当然是 Express API 文档 − https://expressjs.com/en/4x/api.html
Express 网站上提供的关于不同方面的指南也非常有帮助 −
Express 最常用的中间件列表可在 https://expressjs.com/en/resources/middleware.html
上找到。
这些包含 Express 技巧和窍门的博客可能会有所帮助 −
应用程序结构 − https://www.terlici.com/2014/08/25/best-practices-express-structure.html
RESTful API −
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://pixelhandler.com/posts/develop-a-restful-api-using-nodejs-with-express-and-mongoose
http://cwbuecheler.com/web/tutorials/2014/restful-web-app-node-express-mongodb/
对于高级身份验证,请使用 PassportJS − http://passportjs.org