###Flask chat with socketio sockets.###
#####Try yourself: http://evening-scrubland-5667.herokuapp.com/#####
- Install virtualenv
$ sudo apt-get install python-virtualenv
- Init virtualenv
$ virtualenv my_env
- Enter your virtualenv folder and clone project from git
$ cd my_env
$ git clone http://github.com/dimkonko/FlaskChat.git`
- Go into project folder and install required libs
$ cd FlaskChat/
$ pip install -r requirements.txt
- Run your project
$ python run.py