【HTML5】WebRTC ~ 基本編 / PeerServer・PeerJS ~

■ 用語整理

PeerJS

 * 「WebRTC」機能をラップするJavaScriptライブラリ
 * MIT License
デモサイト
http://cdn.peerjs.com/demo/chat.html
を2台のブラウザ(例えば、ChromeFirefox)でやり取りすれば
気軽にデモの確認ができる

PeerServer(peerjs-server)

 * 以下の関連記事で、シグナリングサーバが必要と述べたが、そのシグナリングサーバ。
https://blogs.yahoo.co.jp/dk521123/37243216.html
注意
 * STUNサーバやTURNサーバの機能はない


関連記事

HTML5】WebRTC ~ 入門編 ~

https://blogs.yahoo.co.jp/dk521123/37243216.html