A simple bare minimum concept video conferencing and chatting application
Made with:
- Nodejs
- Express
- Socket.io
- Peerjs
To run this;
-
Clone the repo
git clone https://github.com/anorebel/VC.git -
Enter the directory
cd VC -
Install dependencies
npm installoryarn -
Run:
-
In development:
npm devoryarn dev -
In production:
npm startoryarn start
-