Flask-P2P
Flask-P2P copied to clipboard
:sound: Multi-rooms WebRTC P2P messaging using Python/AngularJS/WebRTC
trafficstars
Flask P2P
Multi-rooms WebRTC P2P messaging web app, containing a light server written in Python that provides web services for AngularJS module.
Tools
- Python with Flask
- WebRTC
- AngularJS
Requirements
- Python >= 2.7
- Browser support for WebRTC
Installation
- Clone repository
git clone https://github.com/chalasr/PythonBahamas - Install vendors
pip install -r requirements.txt - Run application
python app.py - Browse on
localhost:5000