denosaurs / denosaurs/bench

[suggestion] Add `h3`

Open
#83 0 comments 6 reactions 0 assignees View on GitHub
framework
Dominant language
TypeScript
Stars
443
Forks
35
PR merge metrics
No merged PRs in 30d

Description

How about adding [h3](https://github.com/unjs/h3) to the bench?

```ts
import { createServer } from "node:http";
import { createApp, eventHandler, toNodeListener } from "h3";

const app = createApp();
app.use(
"/",
eventHandler(() => "Hello, Bench!")
);

createServer(toNodeListener(app)).listen(8000);
```

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.