gameel
BroadcastChannel
When using BroadcastChannel api, in the background does deno send the broadcast to every instance or only instance that shares the same channel ?
For example if I have a million running websocket clients, each listening to a unique channel then I send a message to a specific channel name will all the million instances get the request but ignore it or only the one with the same channel name ?
6 replies