A teeny tiny Node.js router.
  • JavaScript 100%
Find a file
2026-06-14 17:30:42 +10:00
index.js Initial commit 2026-06-14 17:30:42 +10:00
package.json Initial commit 2026-06-14 17:30:42 +10:00
ReadMe.md Initial commit 2026-06-14 17:30:42 +10:00
router.js Initial commit 2026-06-14 17:30:42 +10:00
routes.js Initial commit 2026-06-14 17:30:42 +10:00
UNLICENSE Initial commit 2026-06-14 17:30:42 +10:00

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