timothyhahn / cicada-sockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cicada Sockets

Build Status Coverage Status

Simple websocket broadcast-er. Hoping to turn this into a little fun side project.

Installation

$ virtualenv venv -p <insert_path_here>/python3.4 # Or just use virtualenvwrapper, tbh.
$ source venv/bin/activate # OR JUST USE VIRTUALENVWRAPPER, TBH
$ pip install -r requirements.txt
$ tox # To make sure things are correctly setup
$ python app.py # To run the server
$ # Point the webapp to this service (default is currently :8888)

About


Languages

Language:Python 100.0%