# Simple Webserver A simple HTTP server using pure Node.js (no dependencies). ## Getting Started ```bash npm start ``` ## Endpoints - `GET /` - Returns `{"message": "Hello from Node.js!"}` - `GET /health` - Returns `{"status": "ok"}`