Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lakshyabatman/p2p-video-chat-platform

P2p video chat application served on Node server 👨‍💻
https://github.com/lakshyabatman/p2p-video-chat-platform

Last synced: about 2 months ago
JSON representation

P2p video chat application served on Node server 👨‍💻

Awesome Lists containing this project

README

        

# P2P Video chat platform

To run in local environment

- ` signalhub --listen -p 8080 `
- `npm i`
- `npm run start`

To add changes, you need to build js files which requires webpack,for that
- `npm run build`