Friday, February 17, 2017

ExpressJS - Resources

Here is a list of resources I used while learning Express as well as while preparing this tutorial.
  1. The most important link is of course to the express API docs: http://expressjs.com/en/4x/api.html
  2. The guides provided on the express website are also quite helpful:
  3. A list of useful books and blogs on express is available at http://expressjs.com/en/resources/books-blogs.html
  4. A list of most used middlewares with express is available at http://expressjs.com/en/resources/middleware.html
  5. I also found these blogs about express tips and tricks helpful:
  6. Application structure: https://www.terlici.com/2014/08/25/best-practices-express-structure.html
  7. RESTful APIs:
  8. For advanced authentication,use PassportJS: https://passportjs.org

No comments:

Post a Comment