42
Bun 1.0 (bun.sh)
submitted 1 year ago by [email protected] to c/[email protected]

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.

all 6 comments
sorted by: hot top controversial new old
[-] [email protected] 8 points 1 year ago

It’s hard not to get excited for Bun.

[-] [email protected] 2 points 1 year ago

Ok, I'm in love with the logo. This better be good.

[-] [email protected] 1 points 1 year ago

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.

[-] [email protected] 5 points 1 year ago* (last edited 1 year ago)

Bun is designed as a drop-in replacement for Node.js. It natively implements hundreds of Node.js and Web APIs, including fs, path, Buffer and more.

The goal of Bun is to run most of the world's server-side JavaScript and provide tools to improve performance, reduce complexity, and multiply developer productivity.

If it can replace node and pnpm at the same time then this sounds quite good actually.

EDIT
https://bun.sh/guides/ecosystem/vite

While Vite currently works with Bun, it has not been heavily optimized, nor has Vite been adapted to use Bun's bundler, module resolver, or transpiler.

https://bun.sh/guides/ecosystem/nuxt

Bun supports Nuxt out of the box. Initialize a Nuxt app with official nuxi CLI.

[-] [email protected] 4 points 1 year ago

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.

this post was submitted on 08 Sep 2023
42 points (97.7% liked)

Web Development

3426 readers
2 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS