-
Started a new project and created `index.ts` with this inside:
```
import Bao from "baojs";
const app = new Bao();
```
But the `new Bao()` is underlined with the following error:
```
Th…
-
Why there's a need to add `process.cwd()`? Give us the freedom to use absolute path...
https://github.com/jakobbouchard/serve-static-bun/blob/7ed89cd0d142844f73ac158b0fcb351553cc89dc/src/serve-static…
-
WebSockets always throw errors when attempting to connect:
```bash
129 | message: (ws, msg) => router.handleWebSocket(ws).message(msg),
130 | },
131 | asy…
-
Hi there, just sharing some data for comparison. My results are a bit closer to https://web-frameworks-benchmark.netlify.app/ and from https://fastify.dev/benchmarks/ then yours. I think Windows might…
-
### Bug description
So I try to deploy my discord bot to railway.app and used a docker file for a simple web server (baojs) using dockerfile. And worked fine. But when I tried Prisma, everything cras…
-
How do you handle CORS requests?
CORS requests come from the browser through OPTIONS methods. It seems their handling is missing from `bao.ts`. Should I make a PR to add this?
-
Nice work 👌.
Is supporting https://wintercg.org/ something Bao.js is interested in?
(CC @cyco130 author of [HatTip](https://github.com/hattipjs/hattip) which is a cross-platform Express.js alter…
-
### What version of Bun is running?
0.6.3
### What platform is your computer?
Darwin 22.4.0 arm64 arm
### What steps can reproduce the bug?
```ts
import Bao from "baojs";
import { heapStats, me…
-
### What version of Bun is running?
latest
### What platform is your computer?
Dockerfile on railway
### What steps can reproduce the bug?
### Bug description
So I try to deploy my discord bot…
-
I would really like to switch from Baojs to Elysia, but i need the websocket headers to authenticate the messages
On Elysia i cant get them:
Elysia-log:
```{
"raw": ServerWebSocket {
"bin…