工具
框架与库
工具 基础文章
V8 & Node.js: JavaScript Breaks Free
Google's V8 engine made JavaScript fast. Ryan Dahl's Node.js put it on the server. Together they unified web development and created the npm ecosystem.
工具 基础文章
The DOM: Making Web Pages Programmable
The W3C's Document Object Model turned static HTML into a living tree that JavaScript could read, modify, and rebuild — the API that made the interactive web possible.
工具 基础文章
CGI: The First Dynamic Web
A simple standard let web servers run programs instead of just serving files — turning static pages into interactive applications and opening the door to everything that followed.