debug toolsjavascript
http://stackoverflow.com/questions/1911015/how-to-debug-node-js-applicationshtml
node inspectorjava
JS lessonnode
Javascript the good partsjquery
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.mdgit
http://www.zhihu.com/question/29380608es6
熟悉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年內這些輪子都滾蛋github
Node lessonweb
CN: https://nqdeng.github.io/7-days-nodejs/#6ajax
http://www.nodebeginner.org/index-zh-tw.html#making-the-request-handlers-respond
如何操做資料庫、如何進行單元測試、如何開發Node.js的外部模組
http://laozhan.net/2014/12/nodejs-module-mechanism/
https://github.com/Miserlou/DirtyShare 能夠用瀏覽器實現 P2P 的文件傳輸
websocket 彷佛天生就是爲 Node.js 而生的,而配合 http://socket.io 這個神奇的庫以後,在 realtime webapp 這個領域,Node.js 已經沒有對手了
zhihu discuss: http://www.zhihu.com/question/19653241
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
基於http://socket.io項目作的erlang與node.js的比較
http://www.zhihu.com/question/22735381