osrv/bun library

Classes

BunRuntimeExtension
Exposes Bun-specific host objects through RequestContext.extension.

Functions

serve(Server server, {String host = '127.0.0.1', int port = 3000}) Future<Runtime>
Starts the Bun runtime for server.