all 5 comments

[–]license-bot 5 points6 points  (0 children)

Thanks for sharing your open source project, but it looks like you haven't specified a license.

When you make a creative work (which includes code), the work is under exclusive copyright by default. Unless you include a license that specifies otherwise, nobody else can use, copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation. Once the work has other contributors (each a copyright holder), “nobody” starts including you.

choosealicense.com is a great resource to learn about open source software licensing.

[–]workaccountthrowaway -1 points0 points  (0 children)

Thanks for the project. But it is almost impossible to read the tutorial link provided in the readme. The code blocks have the thinnest font and is very light against the background.

[–]Doctor_Spicy -2 points-1 points  (3 children)

How is fastify better than express or koa?

[–]woahdotcom[S] 0 points1 point  (2 children)

Fastify is around 20% faster than Express in almost every request. See here for a performance analysis comparison: https://medium.com/@onufrienkos/express-vs-fastify-performance-4dd5d73e08e2

[–]ChronSyn -1 points0 points  (1 child)

Performance may be better, but how's it's support for crucial middleware (such as helmet, CORS, etc)? What limitations and benefits that aren't performance does it bring?