Files
bun.sh/docs/runtime/bun-apis.md
2023-04-13 18:32:22 -07:00

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




  • TCP
  • Bun.listen Bun.connect




  • Utils
  • Bun.peek Bun.which





{% /table %}