我不信我会系列--Node.js

137 阅读1分钟

node.js简介

node.js采用单线程、异步I/O、事件驱动式的程序设计模式
node.js使用JavaScript的V8引擎
node.js内置了http服务器模块