Files
Andras Bacsai d3a2a9d83b new examples
2025-12-26 11:40:00 +01:00

228 B

Express.js

A simple HTTP server using Express.js.

Getting Started

npm install
npm start

Endpoints

  • GET / - Returns {"message": "Hello from Express.js!"}
  • GET /health - Returns {"status": "ok"}