Frameworks
Svelte
A new way to build web applications. It’s a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM.
React
A JavaScript library for building user interfaces.
Vue
The Progressive JavaScript Framework.
Express.js
Fast, unopinionated, minimalist web framework for Node.js. It is designed for building web applications and APIs.
Fastify
Fast and low overhead web framework for Node.js. It is highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture.
NestJS
A progressive Node.js framework for building efficient, reliable and scalable server-side applications. It uses TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
Hono
Web application framework that is fast, lightweight, and built on web standards. It supports any JavaScript runtime.
Next.js
Minimalistic framework for server-rendered universal JavaScript web apps.