Express Framework
Express is a framework used to build web applications with node.js. Express makes it easier to build web applications using a collection of rich APIs.
The following topics will help you understand express web application development.
- Express Server
- Application Setup
- Express Router
- Creating RESTful webservices
- Using middlewares
- cookie parser
- body parser
- Authentication
- JWT tokens
- Building custom middlewares
- Databases
- Database Drivers
- node-postgres
- mongodb node.js driver
- ORMs
- Sequelize
- Mongoose
- Database Drivers