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

Examined Resources

Using /services to encapsulate business logic


Children
  1. Middleware
  2. Objects
  3. Router
  4. Testing

Backlinks