a chat sample app that uses WebRTC. Uses socket.io for signaling. You could try the app in https://chat-diogoalves.now.sh
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
first install now tool. After that, run the following command.
$ npm run deploy