centrifuge-wr

1.0.8 • Public • Published

Browser Javascript client for Centrifugo

See client documentation

Install

You can clone the repository or use NPM package centrifuge-wr.

Development

It is convenient to make changes to the centrifuge-ts code by running the command npm run watch.

Contribute

If you want to contribute, install dependencies and run npm run build command from the root repo folder - this results in creating unminified (centrifuge.js) and minified (centrifuge.min.js) bundles in dist directory.

Example

import {
    Centrifuge,
    Subscription,
} from 'centrifuge-wr';

const centrifuge = new Centrifuge({
    // centrifuge options
});

Package Sidebar

Install

npm i centrifuge-wr

Weekly Downloads

6

Version

1.0.8

License

MIT

Unpacked Size

141 kB

Total Files

33

Last publish

Collaborators

  • artur4265