Bun is a fast all-in-one JavaScript runtime

Bun is a fast all-in-one JavaScript runtime.
Bundle, transpile, install and run JavaScript & TypeScript
projects – all in Bun. Bun is a new JavaScript runtime with
a native bundler, transpiler, task runner and npm client built-in.

Read in full here:

This thread was posted by one of our members via one of our news source trackers.

Corresponding tweet for this thread:

Share link for this tweet.

I hope it is easier and simpler to use than Webpack. I occasionally do front-end development, and I haven’t really had an enjoyable experience with Webpack.

1 Like

You can try esbuild, https://esbuild.github.io. The package version is still <1.0.0

Btw, Bun and Esbuild are created by the same person.

1 Like

I am excited to see there are finally new runtime for JS server.

2 Likes