fastify / benchmarks

Fast and low overhead web framework fastify benchmarks.
https://github.com/fastify/fastify
MIT License
598 stars 231 forks source link

Add support to hyper-express #289

Closed dougg0k closed 1 year ago

dougg0k commented 1 year ago

Prerequisites

🚀 Feature Proposal

https://github.com/kartikk221/hyper-express

Motivation

Fast option!

Example

const HyperExpress = require("hyper-express");
const app = new HyperExpress.Server();

app.get("/", (_, response) => {
  response.json({ hello: 'world' });
});

app.listen(3000);
RafaelGSS commented 1 year ago

Would you want to submit a PR?

dougg0k commented 1 year ago

Done https://github.com/fastify/benchmarks/pull/290

Eomm commented 1 year ago

I would suggest to add it here: https://www.techempower.com/benchmarks/#section=data-r21&l=zik0sf-6bj&p=zik0zj-zijocf-zik0zj-zik0zj-4fti4f

It compares all the frameworks across languages