neiesc / awesome-minimalist

A curated list of awesome minimalist frameworks (simple and lightweight).
http://edinei.dev/awesome-minimalist/
Creative Commons Zero v1.0 Universal
3.51k stars 281 forks source link

Add Fastify to the list of Node.js frameworks #182

Closed ianmustafa closed 3 years ago

ianmustafa commented 3 years ago

Fastify is a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture. It is inspired by Hapi and Express and as far as we know, it is one of the fastest web frameworks in town.

Fastify is one of the fastest Node.js framework out there. It is lightweight, dependencies are minimal (~16 packages), but with a great ecosystem (at least 147 plugins listed on their webpage).

neiesc commented 3 years ago

Thanks