Skip to content

damishshah/videochat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

515dac6 · Feb 17, 2020

History

33 Commits
Jan 25, 2020
Jan 21, 2020
Jan 25, 2020
Jan 25, 2020
Feb 17, 2020
Jan 25, 2020
Jan 21, 2020
Jan 21, 2020
Jan 21, 2020
Sep 24, 2019
Jan 29, 2020
Jan 25, 2020
Feb 5, 2020
Feb 17, 2020

Repository files navigation

Video Chat

Secure WebRTC video conferencing application

Running the app for development

npm install && npm run build:dev && npm run server

Running the app for production

npm install && npm run build:prod && npm run server

*Note here, to run the service with docker-compose you'll need to run the webserver infrastructure package from this link. This infrastructure package runs an instance of nginx and can help you set up an automated certbot to acquire an certs from letsencrypt for your website. It also sets up the docker network that the docker-compose file in this package depends on.

Accessing the app

http://localhost:8080

About

WebRTC video conferencing/streaming application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published