“iSamepi”

目指せ情強。映画好きの情弱がいろいろ頑張って調べたことをまとめるブログ。

2014-11-01から1ヶ月間の記事一覧

WebRTC has came back on iOS

WebRTC has came back on iOS !WebRTC means Web Real Time Communication.It makes possible P2P communication on WebBrowsers.It already came on Chrome, Firefox and Opera on PC and Android.......iOS?Actually, from 2014 early, iOS was out of Web…

node.js + socket.io on ARM

Do you want to use node.js on ARM devices?So I do, but how?ARM is the one of architecture of chips on boards.The target of this article is ARM 32bit, cortex-A9.For ARM devices, you have to do "Cross Compile".We are going to compile node.js…

node.js + socket.io

How to use node.js and socket.io on Linux or ARM devices.1. on Linux1.1 install node.js and socket.ioUsing the distribution of linux is CentOS 6.5.To open terminal window, and> yum install node.jsmay be on the other distributions, GET can …