JSPM

  • Created
  • Published
  • Downloads 2072746
  • Score
    100M100P100Q199285F
  • License MIT

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

Package Exports

  • broadcast-channel
  • broadcast-channel/dist/es/methods/node.js
  • broadcast-channel/dist/lib/methods/node.js
  • broadcast-channel/src/methods/node.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (broadcast-channel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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