Fast, unopinionated, minimalist web framework for node.
- Robust routing
- Focus on high performance
- Super-high test coverage
- HTTP helpers (redirection, caching, etc)
- View system supporting 14+ template engines
- Content negotiation
- Executable for generating applications quickly
- Website and Documentation - [website repo]
- #express on freenode IRC
- GitHub Organization for Official Middleware & Modules
- Visit the Wiki
- Google Group for discussion
- Gitter for support and discussion
PROTIP Be sure to read Migrating from 3.x to 4.x as well as New features in 4.x.
$ yarn
# Make migration
$ yarn migrate:make
# Run all migration
$ yarn migrate:latest
# Rollback all migration
$ yarn migrate:rollback
# development
$ yarn dev
# production mode
$ yarn start
The original author of Express is TJ Holowaychuk
The current lead maintainer is Douglas Christopher Wilson