Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 986 Bytes

README.md

File metadata and controls

55 lines (39 loc) · 986 Bytes

WebRTC Playground

WebRTC を利用したチャット,ビデオ通話,ゲームの試験アプリ.

機能

  • リアルタイムのチャット
  • ビデオ通話
  • Pong ゲーム
  • 最大 4 人まで接続可能

デモ

WebRTC Playground Demo Video

https://www.youtube.com/watch?v=ON8khxFI73k

実行方法

リポジトリをクローンしてください.

$ git clone https://github.com/whtsht/webrtc-playground
$ cd webrtc-playground

ウェブサーバーを起動

$ cd web
yarn を使う場合
$ yarn
$ yarn run dev
npm を使う場合
$ npm install
$ npm run dev

シグナリングサーバーの起動

$ cd ap
yarn を使う場合
$ yarn
$ yarn run dev
npm を使う場合
$ npm install
$ npm run dev

http://localhost:5173 でアプリが起動します.

ライセンス

MIT ライセンスで公開しています.