摘要: 使用nodejs的net模块创建TCP服务器 laiqun@msn.cn 使用nodejs的net模块创建TCP服务器 使用nodejs的net模块创建TCP服务器 laiqun@msn.cn laiqun@msn.cn Contents 1. 代码实现 2. 使用telnet连接服务器测试 3.  阅读全文
posted @ 2016-05-15 15:07 QQLQ 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 使用nodejs的http模块创建web服务器 laiqun@msn.cn 使用nodejs的http模块创建web服务器 使用nodejs的http模块创建web服务器 laiqun@msn.cn laiqun@msn.cn Contents 1. web服务器基础知识 2. Node.js的We 阅读全文
posted @ 2016-05-15 14:43 QQLQ 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 使用express创建web服务器 laiqun@msn.cn Contents 1. 简单的express服务器 2. 静态文件服务 3. 路由 4. 中间件 1. 简单的express服务器 安装npm install express使用npm找不到源,改用cnpm 第一版本 var expre 阅读全文
posted @ 2016-05-15 14:25 QQLQ 阅读(697) 评论(0) 推荐(0) 编辑