1.4 预习
最后更新于:2022-04-01 23:32:33
# 桑世龙老师的Nodejs文章
Node.js最新Web技术栈(2015年5月)
[https://cnodejs.org/topic/55651bf07d4c64752effb4b1](https://cnodejs.org/topic/55651bf07d4c64752effb4b1)
node-debug 三法三例之node debugger + node inspector
[https://cnodejs.org/topic/5463f6e872f405c829029f7e](https://cnodejs.org/topic/5463f6e872f405c829029f7e)
Node.js最新技术栈之Promise篇
[https://cnodejs.org/topic/560dbc826a1ed28204a1e7de](https://cnodejs.org/topic/560dbc826a1ed28204a1e7de)
Nodejs开源项目里怎么样写测试、CI和代码测试覆盖率
[https://cnodejs.org/topic/558df089ebf9c92d17e73358](https://cnodejs.org/topic/558df089ebf9c92d17e73358)
Visual Studio Code Guide升级版
[https://cnodejs.org/topic/56192cab41ceb58c4f8e6e67](https://cnodejs.org/topic/56192cab41ceb58c4f8e6e67)
Gulp实战和原理解析(以weui作为项目实例)
[https://cnodejs.org/topic/561f8c8f3f4d1fb610995bd8](https://cnodejs.org/topic/561f8c8f3f4d1fb610995bd8)
jade学习
[https://cnodejs.org/topic/563c4a2f8e90ab7c391e9efc](https://cnodejs.org/topic/563c4a2f8e90ab7c391e9efc)
Koa 还是 Express?
[https://cnodejs.org/topic/55815f28395a0c1812f18257](https://cnodejs.org/topic/55815f28395a0c1812f18257)
Moajs框架演进之路
[https://cnodejs.org/topic/567e2388aacb6923221de469](https://cnodejs.org/topic/567e2388aacb6923221de469)
如何选择nodejs和iojs?以及性能比较
[https://cnodejs.org/topic/555ca227e684c4c8088a0d16](https://cnodejs.org/topic/555ca227e684c4c8088a0d16)
如何展望未来的前端
[https://cnodejs.org/topic/55560e717cabb7b45ee6bc62](https://cnodejs.org/topic/55560e717cabb7b45ee6bc62)
大前端之前言:为什么前端越来越难?越来越有意思?
[https://cnodejs.org/topic/55101c79d792542a2978987d](https://cnodejs.org/topic/55101c79d792542a2978987d)
如何学习之善用github篇:向 @Pana 学习
[http://mp.weixin.qq.com/s?__biz=MzAxMTU0NTc4Nw==&mid=223428929&idx=1&sn=8296f5a96aa34f836ab83000f7ad995b#rd](http://mp.weixin.qq.com/s?__biz=MzAxMTU0NTc4Nw==&mid=223428929&idx=1&sn=8296f5a96aa34f836ab83000f7ad995b#rd)
# nodejs调试教程视频
* node debugger( [已发布视频,已更新gitpage上,需要下载](http://i5ting.github.io/nodejs-video/node-debug.mov) )
* node inspector( [已发布视频,已更新gitpage上,需要下载](http://i5ting.github.io/nodejs-video/node-inspector.mov) )
# 更多参考资料
* Nodejs官方网站:[https://nodejs.org](https://nodejs.org/)
* 代码:[https://github.com/nodejs/node](https://github.com/nodejs/node)
* 社区:[https://cnodejs.org/](https://cnodejs.org/)
* 新手入门:[https://cnodejs.org/getstart](https://cnodejs.org/getstart)
* 分享js-sdk[http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html](http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html)
* sandbox [http://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index](http://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index)
* 自动回复部分的Koa/Co版本:[https://github.com/node-webot/co-wechat](https://github.com/node-webot/co-wechat)
* 企业功能请前往:[https://github.com/node-webot/wechat-enterprise](https://github.com/node-webot/wechat-enterprise)
* OAuth功能请前往:[https://github.com/node-webot/wechat-oauth](https://github.com/node-webot/wechat-oauth)
* 微信支付功能请前往:[https://github.com/supersheep/wechat-pay](https://github.com/supersheep/wechat-pay)
# 书籍推荐
* Node.js实战(入门) [http://item.jd.com/11457487.html](http://item.jd.com/11457487.html)
* 深入浅出Node.js(进阶) [http://item.jd.com/11355978.html](http://item.jd.com/11355978.html)
';