Menu

#FastIfy

14 posts

Feed·
14 of 14 posts
Hono vs Express vs Fastify (2026): Best Node.js Backend Framework?
🖼️
0

Hono vs Express vs Fastify (2026): Best Node.js Backend Framework?

DEV Community·丁久·24 days ago
#D9ySiaWG
#express#hono#node#backend#edge#fastify

Compare the top JavaScript server frameworks on performance, TypeScript support, middleware ecosystem, edge compatibility, and developer experience.

15s
Read More
📰
0

Setting Up Fastify in a Monorepo with pnpm

DEV Community: fastify·Antonio Tripodi·about 1 month ago
#2j7DB7ML
#dev#class#code#highlight#fastify#article

A complete guide to create and configure a Fastify project within a monorepo managed with pnpm workspace. Node.js (v22 or higher) pnpm installed The final structure will look like this: app-monorepo/ ├── package.json ├── pnpm-workspace.yaml ├── apps/ │…

15s
Read More
📰
0

Express vs Fastify — A Practical Performance Comparison for Node.js Developers

DEV Community: fastify·Akshay Kurve·about 1 month ago
#8nrAanW7
#dev#class#strong#fastify#code#article

If you've built backend APIs in Node.js, there's a good chance you've used Express. For years, Express has been the default choice for building web servers in Node.js. But recently, another framework has been getting a lot of attention: Fastify.…

15s
Read More
📰
0

Building Conflict-Free Real-Time Editing with Yjs, Fastify, and WebSockets

DEV Community: fastify·Ajith Pal·about 1 month ago
#iKnPNM4L
#dev#crdts#realtime#websockets#yjs#fastify

How I Scaled Real-Time Document Sync to 50+ Concurrent Users Without Merge Conflicts The Problem: Why Real-Time Editing Is a Nightmare (Without CRDTs) Let me paint a scenario that keeps distributed systems engineers up at night: User A opens a task in…

15s
Read More