Skip to main content
Express and other major Node.js HTTP libraries should work in Bun without changes. Bun implements the node:http and node:https modules that these libraries rely on.
See Node.js compatibility for details.
terminal

To define an HTTP route and start a server with Express:
server.ts

To start the server on localhost:
terminal