The emperor’s new clothes were built with Node.js | Notes
There are plenty of people lambasting Node.js (see the infamous “Node.js is cancer”) but proponents tend to misunderstand the message and come up with irrelevant counterpoints. It’s made worse because there are two very different classes of people that use Node.js. The first kind of people are those who need highly concurrent servers that can handle many connections at once: HTTP proxies, Websocket chat servers, etc. The second are those who are so dependent on JavaScript that they need to use JS across their browser, server, database, and laundry machine. I want to address one-by-one all of the strange and misguided arguments for Node.js in one place. Update: Please keep sending in anything I missed! Moderation of comments will probably continue to lag behind, but I do read them and will continue fixing and tightening up this article as best as I can. TL;DR: what’s clothing that doesn’t use threads and doesn’t block (anything)? This is actually too imprecise. Let’s break it down into
The emperor’s new clothes were built with Node.js | Notes Notes The emperor’s new clothes were built with Node.js Wednesday, 4 June 2014 There are plenty of people lambasting Node.js (see the infamous “Node.js is cancer” ) but proponents tend to misunderstand the message and come up with irrelevant counterpoints. It’s made worse because there are two very different classes of people that use Node.js. The first kind of people are those who need highly concurrent servers that can handle many connections at once: HTTP proxies, Websocket chat servers, etc. The second
Explore this link on the map →saved by
related reading
- Tao of Node - Design, Architecture & Best Practices | Alex Kondovalexkondov.com
- Node.js vs Golang: Which Is Best for Your Backend development?peerbits.com
- 100 Node.js Interview Questions With Answers (2026)simplilearn.com
- Cơ chế hoạt động của javascript và nodejsblog.daovanhung.com
- The new wave of Javascript web frameworksfrontendmastery.com
- Behind The Scenes of Bun Install | Bun Blogbun.com
- How to write a production-ready Node and Express appfreecodecamp.org
- Bulletproof node.js project architecture 🛡️softwareontheroad.com
- CommonJS effort sets JavaScript on path for world domination - Ars Technicaarstechnica.com
- API Reference: Edge Runtime | Next.jsnextjs.org
- What Async Promised and What it Delivered — Causalitycausality.blog
- How I structure Express appskentcdodds.com