てぃーだブログ › Ruby 勉強会 › webRTC Rails

webRTC Rails

2014年04月13日

「webRTC Rails」
https://github.com/XescuGC/webrtc-rails

■インストールから起動までの手順
git clone git@github.com:XescuGC/webrtc-rails.git
cd webrtc-rails
bundle install
(cd app/rtc; npm install)
vim public/javascripts/rtc/client_signaling.js
# io.connect('localhost:2013')
rails server
node app/rtc/server.js
start http://localhost:3000


■動作環境
ruby -v
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
rails -v
Rails 4.0.0


unicornを利用したアプリなので、
windows環境では動きません。
今回はNITROUS.IOを利用しました。
NITROUS_DESKTOP


タグ :railsgem


Posted by kanedayo at 18:34│Comments(0)
上の画像に書かれている文字を入力して下さい
 
<ご注意>
書き込まれた内容は公開され、ブログの持ち主だけが削除できます。