DEV Community

Naga
Naga

Posted on

How to deliver asynchronous image processing results via WebSocket in Kubernetes with horizontal scaling?

I have a PWA where users upload images, and after asynchronous processing, results need to be sent back to them in real-time via WebSocket.

Problem:

  • Users establish WebSocket connections to my backend to receive their processing results.
  • WebSocket connections are tied to the memory of the specific backend pod that…

Top comments (0)