Chat A small functional person-to-person message center application built using Django. To work the project you need Redis and the following modules: Django Django Channels channels_redis Pillow Redis-py Run project in docker: $ docker build -t chat:v1 . $ docker run -d -p 80:8000 chat:v1 Chat will start on http://127.0.0.1/