mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
1.1 KiB
1.1 KiB
Bun implements a set of native APIs on the Bun global object and through a number of built-in modules. These APIs represent the canonical "Bun-native" way to perform some common development tasks. They are all heavily optimized for performance. Click the link in the left column to view the associated documentation.
{% table %}
- Topic
- APIs
- HTTP
Bun.serve
- File I/O
Bun.fileBun.write
- Processes
Bun.spawnBun.spawnSync
- TCP
Bun.listenBun.connect
- Transpiler
Bun.Transpiler
- Routing
Bun.FileSystemRouter
- HTMLRewriter
HTMLRewriter
- Utils
Bun.peekBun.which
- SQLite
bun:sqlite
- FFI
bun:ffi
- Testing
bun:test
- Node-API
Node-API
{% /table %}