8000 GitHub - Inpassor/centrifuge-ts: Browser Javascript client for Centrifugo (TypeScript edition)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Inpassor/centrifuge-ts

Repository files navigation

Browser Javascript client for Centrifugo

See client documentation

Install

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

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-ts';

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

About

Browser Javascript client for Centrifugo (TypeScript edition)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0