A simple Express.js web service for benchmarking and testing purposes.
- Health check endpoint
- REST API endpoints
- JSON responses
- Error handling
- Server statistics
GET /- Welcome message with endpoint listGET /health- Health checkGET /api/users- Sample users dataGET /api/stats- Server statisticsPOST /api/echo- Echo back request data
npm install
npm startThe server will start on port 3000 (or PORT environment variable).
This service is designed to work with DigitalOcean App Platform and other cloud providers.