jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

Out of band example #78

Closed jonathan-s closed 3 years ago

jonathan-s commented 3 years ago

Type of PR (feature, enhancement, bug fix, etc.)

enhancement

Description

This adds an out of band example of how to use django-sockpuppet. It's worth noting that the redis channel layer is a requirement for this to work (besides, redis should always be used in a production environment).

To test this out

Related to #77

Why should this be added

I was asked for an example :)

Checklist