@arcblock/event-client

1.7.1 • Public • Published

event-client

styled with prettier docs Gitter

Table of Contents

Install

npm install @arcblock/event-client
// or
yarn add @arcblock/event-client

Usage

const EventClient = require('@arcblock/event-client');

const endpoint = 'ws://192.168.43.94:3030';

(async () => {
  const hub = new EventClient(endpoint);
  const subscription = await hub.subscribe('auth', '2c6e68c5');
  const subscription = await hub.subscribe('swap', 'abcd1234');
  subscription.on('data', data => console.log('token.update', data));
})();

Package Sidebar

Install

npm i @arcblock/event-client

Weekly Downloads

5

Version

1.7.1

License

Apache-2.0

Unpacked Size

8.12 kB

Total Files

5

Last publish

Collaborators

  • wangshijun
  • polunzh
  • mave99a
  • gxw