diogoalves / chat

a chat sample app using WebRTC

Home Page:https://chat-diogoalves.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a chat sample app using WebRTC

https://chat-diogoalves.now.sh

License:MIT License


Languages

Language:JavaScript 90.5%Language:HTML 9.5%