Hacker News new | ask | show | jobs
by jitl 1684 days ago
I believe the BroadcastChannel implements the server-side distributed messaging.
2 comments

Neat, it’s a server-side implementation of the browser API for tab-to-tab communication.

https://deno.com/deploy/docs/runtime-broadcast-channel/

    class BroadcastChannel
      return `system('ircd')`
    end
Only three lines! :D