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

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.