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
  1. Middleware
  2. Objects
  3. Router
  4. Testing

Backlinks