sarvalabs / js-moi-sdk

JavaScript library to interact with MOI Protocol via RPC API

Home Page:https://js-moi-sdk.docs.moi.technology/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support for jsonrpc over websocket

sarvalabs-gokul opened this issue · comments

Description

Update the JSON-RPC response data structure to comply with the latest protocol changes and add support for JSON-RPC over WebSocket. This involves modifying the existing response format to align with the updated protocol specifications and ensuring seamless compatibility with WebSocket communication. The goal is to enhance the robustness and flexibility of the JSON-RPC implementation, enabling efficient and reliable data exchange over WebSocket connections.