1.0.9 • Published 5 years ago

ion-sdk-rxjs v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago