LoginSignup
2
2

More than 5 years have passed since last update.

EasyRTCのデモをMacでサクッと試してみる

Last updated at Posted at 2016-12-06

EasyRTCのデモをMacで動かした時のメモ

EasyRTCはオープンソースのWebRTCツールキットです。
デモには、ビデオチャット、ボイスチャットなどがあります。

Node.jsをインストール
https://nodejs.org/ja/

githubからソースを落としてくる
https://github.com/priologic/easyrtc/tree/master

EasyRTCのディレクトリに移動して、Node.jsのパッケージをインストール
cd EasyRTCのディレクトリ
npm install

サンプルのディレクトリに移動して、Node.jsのパッケージをインストール
cd server_example
npm install

デモサーバ起動
node server.js

サーバにアクセスする
http://localhost:8080/

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2