
This module implements websockets on top of Django without requiring any additional framework. For messaging it uses the Redis datastore. In a production environment, it is intended to work under uWSGI and behind NGiNX or Apache. In a development environment, it can be used with the Django built-in webserver.
This package contains the Python 3 version of the library.