mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +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"}