socket.ioでブラウザ依存の部分を使わないようにwrapper書いただけです。。 ref - https://github.com/nowelium/socket.io-titanium ちなみに、module版が既にありました ref - https://github.com/saiten/TiSocketIO 使い方 socket.io(socket.io-nodeじゃない方)を含むので、--recursiveオプションでgit cloneする git clone git@github.com:nowelium/socket.io-titanium.git --recursive 上のリポジトリを落としてきたら、こんな構成になってるので、example-nodejs-server/server.js を起動する(socket.ioはnpmとかでインストールしとくこと) prj