bllendev / kalibre

ebook management django software - inspired by the original Calibre
https://kalibre-bllendev.herokuapp.com/
6 stars 0 forks source link

Set Up Django Channels and WebSockets #128

Closed bllendev closed 3 months ago

bllendev commented 1 year ago
Description:

Install and configure Django Channels to enable WebSocket handling in the project, establishing a foundational layer for real-time communication between client and server.

Tasks:
  1. Install Django Channels and Redis as the channel layer.
  2. Configure Django settings to include Django Channels and the Redis channel layer.
  3. Implement a basic WebSocket consumer to ensure setup accuracy.