Express and other major Node.js HTTP libraries should work out of the box. Bun implements theDocumentation Index
Fetch the complete documentation index at: https://bun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
node:http and node:https modules that these libraries rely on.
Refer to the Runtime > Node.js APIs page for more detailed compatibility
information.
terminal
To define an HTTP route and start a server with Express:
To start the server on
localhost:
terminal