The Svelte framework used by RedCrafter07. It is quite different to the other frameworks, as redwork utilizes a central router managing all the different routes, which is also customizable.
- Bun - very fast JavaScript/TypeScript runtime
- H3 - the server-side router
- Vite - the frontend build tool
- Svelte - the frontend framework
- Custom routing syntax
- Full H3/Express plugin support (provided by H3)
- Use the built-in router, or make your own H3 instance - choice is yours!