flâneur — a map of the web's best reading

oven-sh/bun: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

github.com · 1,725 words · saved by 1 readers

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Bun Documentation • Discord • Issues • Roadmap Read the docs → What is Bun? Bun is an all-in-one toolkit for JavaScript and TypeScript apps. It ships as a single executable called bun . At its core is the Bun runtime , a fast JavaScript runtime designed as a drop-in replacement for Node.js . It's written in Rust and powered by JavaScriptCore under the hood, dramatically reducing startup times and memory usage. bun run index.tsx # TS and JSX supported out-of-the-box The bun command-line tool also implements a test runner, script runner, and Node.js-compatible package manager. Instead of 1,000 n

Explore this link on the map →

related reading