Check out this project on heroku.
- Download/clone the project.
- Navigate to the project directory.
- Install all the dependencies from
requirements.txt
. - Launch the server with
gunicorn --worker-class eventlet -w 1 chat_server:app
. - Open
http://127.0.0.1:8000/
in your favourite browser and start chatting.
Refer to deploying with Git.