Skip to main content
Express works with Bun with full Node.js compatibility.

Installation

Basic Server

server.ts
Run with:

Middleware

For better performance, consider using Bun.serve() or lightweight frameworks like Hono or Elysia.