Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 665 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 665 Bytes

Simple Multi-Room Chat App

Heroku Flask-SocketIO Redis Eventlet Gunicorn

Check out this project on heroku.

alt text

Running locally

  1. Download/clone the project.
  2. Navigate to the project directory.
  3. Install all the dependencies from requirements.txt.
  4. Launch the server with gunicorn --worker-class eventlet -w 1 chat_server:app.
  5. Open http://127.0.0.1:8000/ in your favourite browser and start chatting.

Deploying on Heroku with Git

Refer to deploying with Git.