Skip to content

Govind783/flask-signalling-server-vc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the repo

this is the backend repo for Frontend repo its used as a signalling server and an in memory store for managing candidates and rooms

Setup steps

  • git clone
  • create venv
python3 -m venv venv
  • activate venv
source venv/bin/activate
  • in app.py replace all variables like username password, key etc with your desired values

  • install deps

pip install -r req.txt
  • start the server
python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages