`Bun.redis` is Bun's builtin Redis client
`Bun.redis` is Bun's builtin Redis client
Bun.serve() gets a simple builtin router.
Bun.serve() gets a simple builtin router.
API endpoints hot reload so you can make changes without stopping & restarting the server
API endpoints hot reload so you can make changes without stopping & restarting the server
`bun init` gets a new "React" option
`bun init` gets a new "React" option
`bun create ./MyComponent.tsx` turns a React component into a running dev server with zero config
`bun create ./MyComponent.tsx` turns a React component into a running dev server with zero config
Internally, it uses Bun.Glob to resolve it so it's not dependent on your shell.
Internally, it uses Bun.Glob to resolve it so it's not dependent on your shell.
`bun ./index.html` starts a frontend dev server
`bun ./index.html` starts a frontend dev server
left: Bun v1.1.44 with Bun's S3 client
right: Node v23.6.0 with AWS SDK v3
left: Bun v1.1.44 with Bun's S3 client
right: Node v23.6.0 with AWS SDK v3
`bun build` supports bundling assets, JS, and CSS from .html files
`bun build` supports bundling assets, JS, and CSS from .html files
The heap profiler reports native code memory usage, and the `estimateDirectMemoryUsageOf` function estimates how much memory a natively-implemented object takes up
The heap profiler reports native code memory usage, and the `estimateDirectMemoryUsageOf` function estimates how much memory a natively-implemented object takes up
Cached `bun install` gets 30% faster in large repos
Cached `bun install` gets 30% faster in large repos
Here's Server Components in Svelte, using Bun's bundler
Here's Server Components in Svelte, using Bun's bundler