2.0.2 • Published 10 months ago

@onr/cloud-stream v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

@onr/cloud-stream

Usage

Example with Pusher

import { CloudStream } from 'onr/cloud-stream';

const cloudStream = CloudStream.connect('pusher', {
  channel: 'myChannel',
  config: {
    appKey: 'test',
    cluster: 'test',
  },
});

cloudStream.getDefaultChannel()
  .bind('event1', event => {
    // ...
  })
  .bind('event2', event => {
    // ...
  });
2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago