Skip to content

diogoalves/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published