bllendev / kalibre

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

Establish WebSocket Connection from Frontend #130

Closed bllendev closed 3 months ago

bllendev commented 1 year ago
Description:

Implement WebSocket communication on the frontend that initiates a connection, sends the task ID, and listens for status updates from the server.

Tasks:
  1. Implement a function to create a WebSocket connection upon receiving a task ID from an AJAX call.
  2. Ensure the frontend sends the task ID through the WebSocket to the server.
  3. Implement error handling for WebSocket connections to manage unexpected disconnections or issues.