mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-28 22:17:32 +00:00
Simple Webserver
A simple HTTP server using pure Node.js (no dependencies).
Getting Started
npm start
Endpoints
GET /- Returns{"message": "Hello from Node.js!"}GET /health- Returns{"status": "ok"}