Skip to content

padaliyajay/video_call_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Backend go app:

cd backend
go get
go run .

Frontend react app:

cd frontend
npm install
npm start

Build and run backend go app:

cd backend
go build
./backend

About

WebRTC base Video calling App.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published