- ExpressJS - Home
- ExpressJS - Overview
- ExpressJS - Environment
- ExpressJS - Installation
- ExpressJS - Hello World
- ExpressJS - Routing
- ExpressJS - HTTP Methods
- ExpressJS - URL Building
- ExpressJS - Middleware
- ExpressJS - Templating
- ExpressJS - Static Files
- ExpressJS - Form Data
- ExpressJS - Database
- ExpressJS - Cookies
- ExpressJS - Sessions
- ExpressJS - Authentication
- ExpressJS - RESTful APIs
- ExpressJS - Scaffolding
- ExpressJS - Serving Dynamic Content
- ExpressJS - Handling File Uploads
- ExpressJS - Internationalization(i18n)
- ExpressJS - Security Practices
- ExpressJS - Rate Limiting
- ExpressJS - Slowing Down Responses
- ExpressJS - Error handling
- ExpressJS - Debugging
- ExpressJS - Best Practices
- ExpressJS - Resources
ExpressJS - Resources
This chapter lists down the various resources we used for this tutorial.
The most important link is of course the Express API docs − https://expressjs.com/en/4x/api.html
-
The guides provided on the Express website on different aspects are also quite helpful −
A list of mostly used middleware with Express is available at https://expressjs.com/en/resources/middleware.html
-
These blogs with Express tips and tricks may prove helpful −
Application structure − https://www.terlici.com/2014/08/25/best-practices-express-structure.html
-
RESTful APIs −
For advanced authentication, use PassportJS − http://passportjs.org
Advertisements