A project for learning Node.js fundamentals.
node app.jsServer runs at http://localhost:3000
| Endpoint | Description |
|---|---|
/ |
Hello World (plain text) |
/time |
Current time |
/random |
Random number (0-99) |
/greet?name=John |
Personalized greeting |
/html |
Styled HTML page |
/json |
JSON response with message, time, and random number |
/headers |
Show request headers |
/uuid |
Generate random UUID |
/counter |
Persistent counter (increments on each access) |