Skip to content

MERN video chat project with text, audio, video, file transfer, emoji icon, font style funcitonality.

License

Notifications You must be signed in to change notification settings

chris-jin-g/MERN_video_sample

Repository files navigation

React-VideoCall

Demo app: https://morning-escarpment-67980.herokuapp.com/

Video call to your friend without registering. Simply send your friend your auto-generated unique ID to make the call.
Everytime you open a new tab, the server gives you a totally different unique ID.

Development

# Install dependencies
yarn install

# Run server
yarn watch:server

# Run webpack-dev-server
yarn watch:client

Deployment

Heroku

Deploy

Custom

# Install dependencies
yarn install

# Build front-end assets
yarn build

# Run server
yarn start

About

MERN video chat project with text, audio, video, file transfer, emoji icon, font style funcitonality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published