A webrtc based group video chat.
- Node.js 8.x or above
- NPM
Clone the repo locally
git clone https://github.com/vasanthv/talk.git
Install dependencies
npm install
Run the app
node server.js
Open the following url in the browser
http://localhost:3000