Exciting news from the Bun team. Hoping that bun becomes more of the default for new projects.
I could potentially have a similar stack to what I was doing with deno but using bun tooling instead. That would be:
- Bun runtime and HTTP server
- TypeScript (bun supports this out of the box like
deno) - Server render
tsx, this guide shows how to do that - PlanetScale if I need a DB
htmxif I need any interactivity