Hacker News new | ask | show | jobs
A different kind of JavaScript router (npmjs.com)
2 points by kwhitley 1038 days ago
1 comments

itty-router is different than other routers... and not just by being smaller (450 bytes for the Router itself, or 1.6k for the entire library... roughly ~140x smaller than express.js).

It takes a somewhat novel approach to routing, allowing your code to be shorter, simpler, and more readable.

Change the way you think about routing today! :)

<3