I am setting up an system that needs realtime updates for potentially 100+ different resources on a page.
Unfortunately, I'm not familiar with how Deno Deploy handles EventSource connections
So, based on Deploy infrastructure, would it be advisable to use 1-1 EventSource for each resource?
Or, should I have a single Websocket connection that multiplexes all the resources?
Thanks!