Skip to content

TOUnail/video-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Chat App

ScreenShot

This is a one-on-one video chat app similar to the public chat website Omegle. The only difference is, you don't pair up randomly with strangers. Instead, you call the person you want to chat with by giving them your provided unique ID.

This app was built with ReactJS using WebRTC and SocketIO. SocketIO is responsible for creating a private room for both users using the recipient's ID and the communication aspect of the app. WebRTC is used to display a video/audio stream to the end user.# Install packages

run npm install

Run Server

run npm start

Run Client

cd client && run npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published