denosaurs / denosaurs/bench

benchmark missing jetpath

Open
#98 0 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.