Skip to content

is1394/django_channels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Channels Example

This is a simple example of how to use Django Channels. It's a simple real-time chat app. You can create chat rooms and all in the same room can chat in real-time using WebSockets.

Currently this project is using sqlite for the database and the channel layer in memory.

Instructions

To run this app locally, you'll need Python 3.

Install requirements pip install -r requirements.txt

Migrate the database python manage.py migrate

Run the project python manage.py runserver

Based on Heroku Channels Example

About

Simple Chat Room using WebSocket with Django Channels

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published