Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

Licode [http://lynckia.com/licode] Basic Example in Python

INSTALL REQUIRED PACKAGES
pip install -r requirements.txt

MODIFY 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 host

RUN
python app.py
open http://localhost:5000