fastify / benchmarks

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

add @geut/fastify-uws #317

Closed tinchoz49 closed 11 months ago

tinchoz49 commented 1 year ago

This PR is to add the @geut/fastify-uws module to the benchmark list.

And also I added the missing package @tinyhttp/app because the current benchmark in master was failing.

Checklist

mcollina commented 11 months ago

While I would love to add this, uWS is really a different web server and this repository focus on benchmarking Node.js-based HTTP servers.

tinchoz49 commented 11 months ago

Ah ok, makes sense! thank you for the response @mcollina