Skip to content

GrafSoul/webrtc-video-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VID.OK | Video chat (WebRTC)

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.

Demo

Heroku Hosting - VID.OK

Clone, Install, Development & Start

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

Copyright

The project is originally based on a repository coding-with-chaim. Thank you Chaim!

License

© 2020 | VID.OK | Video chat (WebRTC) MIT licensed.

About

A simple example of using WebRTC technology to create a video chat

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors