This repository contains the Rust implementation of IC WebSocket CDK. For more information about IC Websockets, see IC WebSocket Gateway.
You can install the library using npm:
npm install --save ic-websocket-js
Refer to the ic_websocket_example repository for an example of how to use this package.
The ic-websocket-sdk-js library implementation can be found in the src folder.
npm install
npm test
MIT License. See LICENSE.
Feel free to open issues and pull requests.