broadcast-channel

A BroadcastChannel that works in New Browsers, Old Browsers, WebWorkers and NodeJs

Usage no npm install needed!

<script type="module">
  import broadcastChannel from 'https://cdn.skypack.dev/broadcast-channel';
</script>

README

BroadcastChannel

A BroadcastChannel that works in old browsers, new browsers, WebWorkers and NodeJs
+ LeaderElection over the channels

follow on Twitter

demo.gif


A BroadcastChannel that allows you to send data between different browser-tabs or nodejs-processes. And a LeaderElection over the channels.

Read the full documentation on github