Express developers moving to Bun face a full rewrite — every Bun framework (Hono, Elysia) has a completely different API. bunway keeps the exact same app.get(), app.post(), req, res, next pattern but runs on Bun's native HTTP server. Batteries included: routing, CORS, sessions, auth, WebSockets...