node-test nodejs test demos 平时写的一些nodejs的小demo,不定时更新: 服务器已停,若要预览效果请下载到本地尝试 1. npm install 2. npm run server 一些页面路由 websocket: http://127.0.0.1:9030/wsindex 上传:http://127.0.0.1:9030/uindex 上传2:http://127.0.0.1:9030/uindex_2 pjax:http://127.0.0.1:9030/pjax/pjax1.html 爬虫:http://127.0.0.1:9030/creeper bigpipe:http://127.0.0.1:9030/bigpipe 文件地址 co函数简易实现 koa中间件简易实现 koa中间件实现_2 bigpipe测试 简易爬虫 pushState + ajax = pjax 图片上传预览及文件上传 移动端图片压缩上传demo websocket实现,数据收发帧解析