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.
Bun is competing with Node and Deno, with the following goals:
- Start fast (it has the edge in mind).
- New levels of performance (extending JavaScriptCore, the engine).
- Being a great and complete tool (bundler, transpiler, package manager).
I like those goals, and it’s designed to be a drop-in replacement for your current runtime.
Discussion
Sign in or Join to comment or subscribe