NodeJS

FacebookTwitter
http://nodejs-kr.org/apis/api026.html v0.2.6 한글 번역

node v0.2.6 한글 번역

« Home / All Guides There is no official document that governs the style of node.js applications. http://nodeguide.com/style.html

Felix's Node.js Style Guide/en

Building and installing Node.js Prerequisites https://github.com/joyent/node/wiki/Installation

Building and Installing Node.js · joyent/node Wiki

Mastering Node

http://visionmedia.github.com/masteringnode/book.html Node is an exciting new platform developed by Ryan Dahl , allowing JavaScript developers to create extremely high performance servers by leveraging Google's V8 JavaScript engine, and asynchronous I/O. In Mastering Node we will discover how to write high concurrency web servers, utilizing the CommonJS module system, node's core libraries, third party modules, high level web development and more. In this chapter we will be looking at the installation and compilation of node.

twich: php + node.js realtime web-based chat

http://thechangelog.com/twich-php-node-js-realtime-web-based-chat/ Twich was first mentioned back in July when the author, Isaac Su , posted a news item to Hacker News titled “ I made a browser-based chat app.
http://dev.man-online.org/man1/npm-config/

Man online - npm-config (1)

npm-config -- Manage the npm configuration file
http://blog.mixu.net/2011/02/02/essential-node-js-patterns-and-snippets/ In this post, I take a look at the different patterns that you need to know when using Node.js. These came from my own coding and from a look at the code behind Tim Caswell’s flow control libraries.

Essential Node.js patterns and snippets « Mixu's tech blog