Skip to content

dimkonko/FlaskChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskChat

###Flask chat with socketio sockets.###

#####Try yourself: http://evening-scrubland-5667.herokuapp.com/#####

Initialization

  • 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

About

Simple web socket chat on Flask microframework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published