WebRTC を利用したチャット,ビデオ通話,ゲームの試験アプリ.
- リアルタイムのチャット
- ビデオ通話
- Pong ゲーム
- 最大 4 人まで接続可能
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 ライセンスで公開しています.