Bun 1.0 is finally here.
Bun is a fast, all-in-one toolkit for running, building, testing, and debugging JavaScript and TypeScript, from a single file to a full-stack application. Today, Bun is stable and production-ready.
Hacker news discussion has a developer of Bun answering questions.
5 Comments
agedbeef@lemmy.world · 8 pts · 2y
It’s hard not to get excited for Bun.
LetterboxPancake@sh.itjust.works · 2 pts · 2y
Ok, I'm in love with the logo. This better be good.
peter@feddit.uk · 1 pts · 2y
crazyfuckincoder@programming.dev · 1 pts · 2y
Javascript isn't my primary language but How is it different/better than vite? I've used vite for a few vue projects and it felt really fast.
g6d3np81@kbin.social · 5 pts · 2y
If it can replace node and pnpm at the same time then this sounds quite good actually.
EDIT
https://bun.sh/guides/ecosystem/vite
https://bun.sh/guides/ecosystem/nuxt
crazyfuckincoder@programming.dev · 4 pts · 2y
So it can also do tooling like vite but it primarily aims to replace node as a better and faster js runtime since they're rewritten most js api in zig and c++ from what it shows on their github. I'll give it a try sometime and see if it's really all that fast and easy as it claims.