BunWayApp extends the Router with an Express-style .listen(). Usage: const app = bunway(); app.get("/", (ctx) => ctx.res.text("OK")); app.listen(7070);
Optional
Rest
Snapshot of the current resolved parser configuration.
Start the HTTP server.
BunWayApp extends the Router with an Express-style .listen(). Usage: const app = bunway(); app.get("/", (ctx) => ctx.res.text("OK")); app.listen(7070);