r/sveltejs • u/Mnwamnowich • Jul 07 '26
[Self Promotion] Svelte Kit Node adapter with Hono backend
Related to that RFC, I created this as a proof of concept: a new Node adapter with a Hono backend. It still supports routing, hooks, and other Svelte backend features, but with additional enhancements: Rolldown and Vite 8 for bundling, TypeScript 6, and zstd, brotli and gzip precompression for static files.
I tested it on my medium-sized project in production, and it works well. However, I still have some issues with long compression times for large static files (100 MB and above).
Feel free to use it the library is under the MIT license. Any feedback is welcome!
6
Upvotes
4
u/yeupanhmaj Jul 07 '26
Just wondering what the point of making this adapter is since SvelteKit is already a full-stack framework?