node.jsつづきsocket.ioでチャットプログラム


    • サンプル(チャット)
$ git clone git://github.com/LearnBoost/Socket.IO-node.git socket.io-node --recursive
$ cd socket.io-node/example/
$ node server.js
3 Jun 01:58:15 - Your node instance does not have root privileges. 
  This means that the flash XML policy file will be served inline instead of 
  on port 843. This will slow down initial connections slightly.
3 Jun 01:58:15 - socket.io ready - accepting connections

あとはブラウザで http://サーバーIP:8080 で起動