Curated list of express.js resources
https://gist.github.com/joepie91/c0069ab0e0da40cc7b54b8c2203befe1
- Official website - official website for express.js
- GitHub repository - express.js GitHub repository
- Express workshop - workshop built on top of workshopper
- Tutorial series by Code School - code School tutorial covering express fundamentals
- Tutorial by Derek Banas - 1 hour tutorial by Derek Banas
- Express in Action
- Web Development with Node and Express
- Express Web Application Developement
- Express.js Blueprints
- Learn to Use the New Router in ExpressJS 4.0 - express routing tutorial
- Simple server side cache for Express.js with Node.js - simple caching for express.js
- ExpressJS fundamentals - udemy course with fundamentals of express.js
- Projects in ExpressJS - Learn ExpressJs building 10 projects - hands on tutorial with express.js on udemy
- Building blocks of Express.js - course from Code School
- Curated ExpressJS Courses - a list of community curated resources
- Express application generator - a generator to scaffold the basic structure of a express project
- Express mvc generator - modified express generator with MVC architecture
- Yeoman express generator - generator-express - a yeoman generator
- Expressa - express middleware for easily making REST apis
- morgan - log each request
- cors - enable CORS
- body-parser - node.js body parsing middleware
- multer - node.js middleware for handling
multipart/form-data
- session - simple session middleware for Express
- errorhandler - development-only error handler middleware
- serve-favicon - favicon serving middleware
- csurf - node.js CSRF protection middleware
- Passport - Simple, unobtrusive authentication
- Merror - A RESTful-friendly Express Middleware for HTTP error handling and error responses
- ExpressGateway - a microservices API Gateway built on top of ExpressJS
- Security best practices - production Best Practices: Security
- Security tips from NodeSource - 9 Security Tips to Keep Express from Getting Pwned
- Helmet.js - help secure Express apps with various HTTP headers
- Kraken.js - kraken is a secure and scalable layer that extends express by providing structure and convention
To the extent possible under law, Rajika Imal has waived all copyright and related or neighboring rights to this work.