Simple P2P voicechat application based on WebRTC.
- Node.js
- NPM
- HTTPS server
- You cannot use user's media if a webpage is loaded unsecurely.
$ git clone git@github.com:storykim/voicechat.git
$ cd voicechat
$ npm install
$ node index.js
- If a client is behind a symmetric NAT, the client cannot use this application.
- You can solve this problem by using TURN server.
- Since this application makes
N(N-1)/2
connections when there areN
users, the load might be high when there are many users in a single room.
Donghwa Kim(@storykim)
MIT License