Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iwanbk/licode-python-basic-example
Licode Basic Example in Python (Flask)
https://github.com/iwanbk/licode-python-basic-example
Last synced: about 1 month ago
JSON representation
Licode Basic Example in Python (Flask)
- Host: GitHub
- URL: https://github.com/iwanbk/licode-python-basic-example
- Owner: iwanbk
- Created: 2014-03-05T08:36:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T08:38:00.000Z (almost 11 years ago)
- Last Synced: 2024-04-17T00:03:44.908Z (8 months ago)
- Language: Python
- Size: 215 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
Awesome Lists containing this project
README
Licode [http://lynckia.com/licode] Basic Example in Python
INSTALL REQUIRED PACKAGES
pip install -r requirements.txtMODIFY CONFIG
- rename config.py.example to config.py
- change superserviceID and superserviceKey, get the values from licode_config.js in your licode directory
- set nuveHost to your licode hostRUN
python app.py
open http://localhost:5000