File-based routing (without vite) #3508
kiki-kanri
started this conversation in
General
Replies: 2 comments 2 replies
-
If you are using Bun, there's a FileSystemRouter available. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm currently developing a file-based router plugin for hono. https://www.npmjs.com/package/hono-file-router It's not yet production-ready as I lit just made this a few days ago as I wanted a file-based router. Let me know what you think. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm writing a backend application and I'd like to use file-based routing, similar to how nitrojs uses pathname.method.ts to define routes and auto-scan for registrations.
So far I've found a way to use honox, but it's based on vite to implement file routing, and as a pure backend I don't want to use extra features like tsx.
Is there another way to use file routing, or do I have to implement it myself?
Beta Was this translation helpful? Give feedback.
All reactions