A teeny tiny Node.js router.
- JavaScript 100%
| index.js | ||
| package.json | ||
| ReadMe.md | ||
| router.js | ||
| routes.js | ||
| UNLICENSE | ||
micro
A teeny tiny Node.js router.
To run:
node index.js
To test:
http://localhost:8080/ => GET /
http://localhost:8080/posts => GET /posts
http://localhost:8080/stuff => 404