(no title)
b4ckup
|
1 year ago
This sounds like a good use case for using a service worker. All tabs talk to the service worker and the worker is the single instance that talks to the backend and can use only one connection. Maybe there are some trade offs for using SSE in web workers, I'm not sure.
Keithamus|1 year ago
nchmy|1 year ago
b4ckup|1 year ago
fitsumbelay|1 year ago