Portfolio

Hono File Router


I recently created a file-based router for the hono web application framework. I really wanted to have a router that functions similarly to how SvelteKit does file-based routing, so I made this and so far I'm happy with it.

It still lacks some more basic functionality, and I have only developed this for the node ecosystem, but so far based on how I'm using it, it looks very promising. All the documentation is in the README.md in the github repo or in the npm package page. You may read there on how to use this.

Let me know what you think?

-