benchmark missing jetpath
Open
- Dominant language
- TypeScript
- Stars
- 443
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
How about adding [Jetpath](https://github.com/Uiedbook/jetpath) to the bench?
```js
// in your src/index.routes.js
import { JetPath } from "jetpath";
const app = new JetPath({
port: 8080,
});
//? listening for requests
app.listen();
// = /
export async function GET_(ctx: AppCTX) {
ctx.send("hello world!");
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.