Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 710 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 710 Bytes

Django Chat App with Channels

This a chat application that uses the websockets protocol.It requires Django Channels and was deployed on heroku. The project is live at here

Tutorials

Technologies

This project was created with:

  • Python Version: 3.6.9
  • Django Version: 2.2.6
  • Redis: 6.0+

Setup

$ cd src
$ pip -r install requirements.txt
$ python manage.py runserver

Note : This is a deployed version of the code, To run it locally you will need to make changes to settings.py