mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-20 06:18:57 +00:00
new examples
This commit is contained in:
14
node/simple-webserver/README.md
Normal file
14
node/simple-webserver/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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"}`
|
||||
Reference in New Issue
Block a user