Skip to content

mumerfarooq000/simple-chat-app

 
 

Repository files navigation

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.

About

Simple multi-room chat app built with scalability in mind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 37.7%
  • HTML 34.3%
  • JavaScript 28.0%