Taobao Frontend Technology
Taobao Frontend Technology
Jan 24, 2022 · Frontend Development

What’s New in Vue, TypeScript, and Fastify? Latest Releases & Tools You Must Know

This roundup highlights Vue 3 becoming the default version, introduces TypeScript 4.6 Beta’s new features, showcases the fastify‑vite plugin for Vite SSR, presents the 1‑Line Layouts resource, reviews the Vite ecosystem article, discusses Node.js design flaws, and explains why uploading node_modules to remote repositories can be beneficial.

Node.jsViteVue
0 likes · 4 min read
What’s New in Vue, TypeScript, and Fastify? Latest Releases & Tools You Must Know
Laravel Tech Community
Laravel Tech Community
Jan 26, 2021 · Backend Development

Engineering the Bifrost WebSocket Gateway at Postman: Architecture, Scaling, and Lessons Learned

The article recounts how Postman's Service Foundation team identified the limitations of the monolithic Sync service, designed and built the Bifrost WebSocket gateway using Fastify, AWS ElastiCache for Redis, and a private API, and scaled it through horizontal expansion and custom load‑factor metrics while sharing practical engineering insights.

AWSRedisScalability
0 likes · 12 min read
Engineering the Bifrost WebSocket Gateway at Postman: Architecture, Scaling, and Lessons Learned
Node Underground
Node Underground
Nov 1, 2017 · Backend Development

Why Fastify Is the Fastest Node.js Framework: Benchmarks vs Hapi, Express

Fastify, a lightweight Node.js server framework released recently, has quickly gained traction with over 4,800 stars, 30 contributors, and performance benchmarks showing roughly six times Hapi’s speed and 1.5 times Express’s, thanks to fast-json-stringify and find‑my‑way routing, plus a growing plugin ecosystem.

Node.jsWeb Frameworkbackend
0 likes · 3 min read
Why Fastify Is the Fastest Node.js Framework: Benchmarks vs Hapi, Express