Express
Express is an HTTP server
- It is built on top of another framework callet Connect
- express applications are request handler functions that you pass to http or http Server instances
Alternatives
- Nestjs
- Feathers.js
- this is for building real-time APIs
E Resources
Children
Backlinks