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
Backlinks