Backend · +10 points

Express

Minimal Node.js web framework — foundation of most Node APIs.

Install
npm install express
License
MIT
Stars
65k+

Integration goal

Create an Express app with a GET /health route.

  1. Import express
  2. Add health endpoint returning JSON
  3. Push server.js
Open Integration Workspace →

← All open source tools