项目作者: adihat

项目描述 :
group chat using django channels
高级语言: HTML
项目地址: git://github.com/adihat/django-channels-chat.git
创建时间: 2018-09-27T11:07:52Z
项目社区:https://github.com/adihat/django-channels-chat

开源协议:

下载


django-channels-chat

Group chat using django channels

Installation

  1. $ pip install -U channels

Note: Recommended to install this in a virtualenv

flow

  1. login ----> add chat room ---> start chatting

Run the following using:

  1. $ python manage.py runserver

Note: redis is used as channel backend and mongoDB is used for message persistence.
Make sure they are installed and running in background

Goal

To understand the working of channels.
Hence haven’t concentrated much on frontend.

TODOs

  1. better login UI (just plain html now)
  2. better frontend code