/chat

a chat sample app using WebRTC

Primary LanguageJavaScriptMIT LicenseMIT

Description

a chat sample app that uses WebRTC. Uses socket.io for signaling. You could try the app in https://chat-diogoalves.now.sh

Demo

Demo

Run

you will need a node ready environment to run this project. first, build the frontend code and after that you should run the signaling server.

$ cd frontend
$ npm install 
$ npm build
$ cd 
$ npm install

Deploy

first install now tool. After that, run the following command.

$ npm run deploy