“iSamepi”

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

2014-11-30から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…