1.0.9 • Published 4 years ago

ion-sdk-rxjs v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

ion-sdk-rxjs

RxJS-compatible bindings for ion. This was made to reduce the bundle size when the client is using RxJS as well as resolve a few memory leaks around listeners not being cleaned up.

Installation

npm install ion-sdk-rxjs

Usage

The API is functional in style and has one entry point, connect(url).

import * as ion from "src/lib/ion";

ion.connect("wss://ionhost:port/ws");

connect() returns a Client, from which the other functionality can be accessed. Full type definitions can be found here.

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago