Skip to content

kbskl/django_channels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This repo shows how to set up the Channels structure with a chat application without an interface. In this structure, redis backend service is used.


Custom development
By default, Channels supports Django's session-based authentication structure, but special middleware has been written for token-based authentication used for restframework here.

Installation

  1. Clone the repository
  2. Install redis in your computer and start redis
  3. Install required packages
    pip3 install django
    pip3 install django-redis
    pip3 install channels
    pip3 install channels-redis
    pip3 install djangorestframework
    

Usage

You can review the document I described Channels for use.
Medium Document

License

MIT

About

Django channels setup and simple chat app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages