A teeny tiny Node.js framework.
- JavaScript 100%
| app.js | ||
| index.js | ||
| package.json | ||
| ReadMe.md | ||
| routes.js | ||
| UNLICENSE | ||
micro
A teeny tiny Node.js framework.
To run:
node index.js
To test:
# Home page
http://localhost:8080
# Rquirement for authentication logged to the console
http://localhost:8080/secret
# Page not found
http://localhost:8080/stuff
The response time of each request is logged to the console.