Difference between revisions of "Nodejs"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: ==Referensi== * http://nodejs.org * http://nodejs.org/download/ * https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) |
Onnowpurbo (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ==Lebih Detail== | ||
+ | |||
+ | * [[nodejs: instalasi]] | ||
+ | * [[nodejs: web server sederhana]] | ||
+ | * [[nodejs: echo server]] | ||
+ | * [[nodejs: walkietalkie]] | ||
==Referensi== | ==Referensi== | ||
Line 4: | Line 10: | ||
* http://nodejs.org | * http://nodejs.org | ||
* http://nodejs.org/download/ | * http://nodejs.org/download/ | ||
+ | * http://howtonode.org/hello-node | ||
* https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager | * https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager | ||
+ | |||
+ | ===Chat=== | ||
+ | |||
+ | * http://code.tutsplus.com/tutorials/real-time-chat-with-nodejs-socketio-and-expressjs--net-31708 |