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') ```

npm View on Npm

Activity

Latest release
7y ago
Total releases
17
Cadence
~2 days
Last 12 months
0

Details

License
ISC
First release
Aug 22, 2018
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