DenoDDeno
Powered by
gameelG
Denoβ€’3y agoβ€’
5 replies
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 ?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

localhost workflow for BroadcastChannel?
capo_grecoCcapo_greco / help
2y ago
BroadcastChannel vs EventSource vs WebSocket
Kodjo.aiKKodjo.ai / help
3y ago
Does BroadcastChannel preserve the message order if the receiver is in a different geo-location?
rikka0w0Rrikka0w0 / help
3y ago
Most efficient way to broadcast messages globally across main script and workers?
jcayzacJjcayzac / help
3y ago