Skip to content

pirateksh/Add-User-Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add-User-Notifier

This is a mini-project to learn implementation and usage of Web Sockets in Django using Django-Channels.

Features -

  • Add User Notifier - A notification is displayed (as list item) whenever a new user is created. Corresponding consumer is NoseyConsumer.

  • Tick Tock - A 'tick' and '...tock' log is generated every second. Corresponding consumer is TickTockConsumer.

  • Echo - An echo of message sent is displayed as log. Corresponding consumer is EchoConsumer.

Note -

  • Currently only 'Add User Notifier' is functional as other two functionalities(Tick Tock and Echo) were built in the learning process to eventually build 'Add User Notifier'.
  • Refer to requirements.txt for dependencies used. Additionaly, redis was also installed.

About

A mini-project to learn Django Channels.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published