Sign in Sign up
npm

castle-rpc-client

```typescript import RPCClient from 'castle-rpc-client' const Client = new RPCClient('ws://localhost:5000/') Client.publish('a','a') Client.subscribe('a',(data)=>{}) await Client.request('a/a','ab') ```

Latest release
Jun 11, 2019
Releases
17
Known CVEs
0
First release
Aug 22, 2018
License
ISC
View on Npm
Repository

Source

yancastle/castle-rpc-client
Stars
Forks
Open issues

Security score

No OpenSSF Scorecard available for this repository.

Packages from this repo

No other tracked packages from this repository.

Insights

Activity

Total releases
17
Last 12 months
0
Cadence
~2 days
Dependencies
3

Releases per month

last 12 months

Release mix

  • major 1
  • patch 15
17 releases
Dependencies
Releases
Version Released
2.0.2 patch
2.0.1 patch
2.0.0 major
1.0.13 patch
1.0.12 patch
1.0.11 patch
1.0.10 patch
1.0.9 patch
1.0.8 patch
1.0.7 patch
1.0.6 patch
1.0.5 patch
1.0.4 patch
1.0.3 patch
1.0.2 patch
1.0.1 patch
1.0.0 initial