Tuesday, September 12, 2023

Bun Released#youtube.com

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:

  1. Bun runtime and HTTP server
  2. TypeScript (bun supports this out of the box like deno)
  3. Server render tsx, this guide shows how to do that
  4. PlanetScale if I need a DB
  5. htmx if I need any interactivity