javascript, jquery, nodejs学习2

debug tools

  http://stackoverflow.com/questions/1911015/how-to-debug-node-js-applications

  node inspector

JS lesson

  Javascript the good parts

  Creating your own JavaScript Library    http://www.mikedoesweb.com/2012/creating-your-own-javascript-library/
  http://stackoverflow.com/questions/1117086/how-to-create-a-jquery-plugin-with-methods
  https://github.com/Lucifier129/Lucifier129.github.io/blob/master/lab/build-your-own-jquery-library.md

   http://www.zhihu.com/question/29380608

熟悉js中的prototype,实现类似继承的功能 ded/klass · GitHub
了解js中的pub sub模型 事件发射器 Wolfy87/EventEmitter · GitHub
了解怎样模块化开发js AMD标准 ES6标准 nodejs的标准 区别和用法 
实现promise对象的Deferred Helper petkaantonov/bluebird · GitHub
用上面的promise写个ajax helper
类似underscore的增强类 jashkenas/underscore · GitHub
不过等到es6普及大多数都不用写了 会用就ok了希望5-10年内这些轮子都滚蛋

 

 

Node lesson

  CN: https://nqdeng.github.io/7-days-nodejs/#6

  http://www.nodebeginner.org/index-zh-tw.html#making-the-request-handlers-respond

  如何操作資料庫、如何進行單元測試、如何開發Node.js的外部模組 

  http://laozhan.net/2014/12/nodejs-module-mechanism/

   可以用浏览器实现 P2P 的文件传输

  websocket 似乎天生就是为 Node.js 而生的,而配合  这个神奇的库之后,在 realtime webapp 这个领域,Node.js 已经没有对手了

  zhihu discuss: http://www.zhihu.com/question/19653241

  深入浅出 Nodejs

  https://0532.gitbooks.io/nodejs/content/

  http://nodeapi.ucdok.com/#/api/

  https://github.com/alsotang/node-lessons

  

web framework: express

  https://github.com/strongloop/express

 compare with Erlang

  Papipo/socket.io-erlang-vs-nodejs 路 GitHub
基于项目做的erlang与node.js的比较

  http://www.zhihu.com/question/22735381

  

posted on 2015-10-09 21:29  cutepig  阅读(479)  评论(0编辑  收藏  举报

导航