Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[suggestion] Add h3 #83

Open
retraigo opened this issue Jul 10, 2023 · 0 comments
Open

[suggestion] Add h3 #83

retraigo opened this issue Jul 10, 2023 · 0 comments
Labels
framework New framework

Comments

@retraigo
Copy link

retraigo commented Jul 10, 2023

How about adding h3 to the bench?

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

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

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

Funding

  • You can sponsor this specific effort via a Polar.sh pledge below
  • We receive the pledge once the issue is completed & verified
Fund with Polar
@eliassjogreen eliassjogreen added Benchmark New benchmark framework New framework and removed Benchmark New benchmark labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework New framework
Projects
None yet
Development

No branches or pull requests

2 participants