fastify/benchmarks

Add support to hyper-express

dougg0k opened this issue ยท 3 comments

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the feature has not already been requested

๐Ÿš€ 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);

Would you want to submit a PR?

Done #290

Eomm commented

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