An open source project based on the HttpClient. You only need to define the c# interface and modify the related features to invoke the client library of the remote http interface asynchronously.
The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.
The world of API protocols has seen a continuous rise in recent times, and among them, JSON-RPC stands out as a popular choice. It has become a favored tool for developers looking to create ...