Websockets for Django applications using Redis as message queue¶
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. In a development environment, it can be used with manage runserver.
Project’s home¶
Check for the latest release of this project on Github.
Please report bugs or ask questions using the Issue Tracker.
Contents¶
- Introduction
- Installation and Configuration
- Running WebSocket for Redis
- Django with WebSockets for Redis in development mode
- Django with WebSockets for Redis as a stand alone uWSGI server
- Django with WebSockets for Redis behind NGiNX using uWSGI
- Django with WebSockets for Redis behind Apache-2.4 using uWSGI
- Django with WebSockets for Redis as a stand alone uWSGI server in emperor mode
- Using Websockets for Redis
- Sending and receiving heartbeat messages
- Application Programming Interface
- Testing Websockets for Redis
- Debugging
- Release History
- Credits to Others