VID.OK - simple example of using WebRTC technology to create a video chat
WebRTC technology allows you to establish formal and secure connections between clients, but everything is possible in our world :). I am not responsible for your use of this project. You are acting at your own risk.
Heroku Hosting - VID.OK
Install NodeJS. I also recommend installing and using Yarn for developing applications. The project is ready to run on the Heroku service
Below is a list of commands to deploy the project locally
// Clone the repository.
git clone https://github.com/GrafSoul/webrtc-video-chat.git
// Go to the project folder.
cd webrtc-video-chat
// Installing npm modules.
npm install
// or
yarn install
// Starting local server for development.
npm dev
// or
yarn dev
// Go to the client folder.
cd webrtc-video-chat/client
// Installing npm modules.
npm install
// or
yarn install
// Starting local server for development.
npm start
// or
yarn start
The project is originally based on a repository coding-with-chaim. Thank you Chaim!
© 2020 | VID.OK | Video chat (WebRTC) MIT licensed.