/video-calling-chat-app

this video calling app uses webrtc react socket io and express In next version we will integrate web assembly

Primary LanguageJavaScript

video-calling-chat-app

this video calling app uses webrtc react socket io and express In next version we will integrate web assembly

for installing use

1. use vite as a build tool
2. cd app
3. npm install
4. npm run dev
5. open another terminal window for server
6. cd server
7. node index.js