Skip to content

Experimental app for chatting, video calling, and games using WebRTC

License

Notifications You must be signed in to change notification settings

whtsht/webrtc-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 ライセンスで公開しています.

About

Experimental app for chatting, video calling, and games using WebRTC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published