Platform · 2009–now · Platform Wars
Node.js
JS on the server. Unified the stack and created a package ecosystem that is both miracle and hazard.
Node stuck by making I/O-bound APIs fast to write for front-end refugees who already knew JS. Single-threaded quirks hurt; ecosystem velocity healed. It is not the best server runtime — it is the default one for web teams.

Context
Frameworks fought for the runtime
Front-end frameworks consolidated power; TypeScript became the floor; serverless and Jamstack rebranded old ideas with better CDNs. Blockchain-for-CRUD and big-bang rewrites collected the decade’s dumbest budgets. The winners were boring platforms with ecosystems. The losers were narratives that skipped product-market fit.
Compare with
Related
Language · 1995–now
JavaScript
The only language that runs in every browser. Accidental monopoly turned deliberate platform.
Language · 2012–now
TypeScript
JS with a typechecker that conquered the ecosystem. The rare fad that became the floor.
Framework · 2010–now
Express.js
Thin routing layer on Node that became the default API sketchpad. Middleware culture in a single file.