/video-chat-app-with-socketio-client

This is a simple video chat app, using socket io, nodeJS, with React Hooks and async function

Primary LanguageJavaScript

Video Chat app

This is a simple video chat app, using socket io, nodeJS, with React Hooks and async function

How to run server ?

clone the repository
on root folder, 'npm install'
nodemon index.js

How to run client ?

goto 'cd client'
npm install
npm start