Backend · +10 pointsExpress
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.
- Import express
- Add health endpoint returning JSON
- Push server.js
Open Integration Workspace →← All open source tools