Bun topic

Bun is an all-in-one JavaScript toolkit, including a runtime, package manager, test runner, and bundler.

  • Runtime: Bun is a JavaScript runtime built on top of JavaScriptCore, the engine that powers WebKit. It's designed to be a drop-in replacement for Node.js, while being faster and improving developer experience. It also includes built-in support for TypeScript and JSX.
  • Package manager: Bun includes a package manager that's vastly quicker than npm and Yarn, and is compatible with existing Node.js projects.
  • Test runner: Bun includes a Jest-compatible test runner that uses the Bun runtime. It supports TypeScript and JSX, lifecycle hooks, and UI/DOM testing.

List Bun repositories

awesome-bun

29
Stars
0
Forks
Watchers

A curated list of awesome things related to bun

duckdb

81
Stars
9
Forks
Watchers

🦆 fast duckdb bindings for bun runtime

blipgloss

125
Stars
5
Forks
Watchers

Style definitions for nice terminal layouts 👄

bun-discord-bot

31
Stars
5
Forks
Watchers

Official discord bot for bun server

bun-utilities

59
Stars
2
Forks
Watchers

Bindings for useful functions for bun

burm

85
Stars
6
Forks
Watchers

A simple, fast, reliable Object Relationship Manager for Bun.

bun

71.3k
Stars
2.5k
Forks
616
Watchers

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

sheetjs

34.6k
Stars
8.0k
Forks
Watchers

📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

svelte-adapter-bun

478
Stars
19
Forks
Watchers

A SvelteKit adapter for Bun

hono

16.2k
Stars
433
Forks
51
Watchers

Web Framework built on Web Standards