vs-streamjsonrpc

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.

Github星跟踪图

StreamJsonRpc

NuGet package
Build Status
codecov
Join the chat at https://gitter.im/vs-streamjsonrpc/Lobby

StreamJsonRpc is a cross-platform, .NET portable library that implements the
JSON-RPC wire protocol.

It works over Stream, WebSocket, or System.IO.Pipelines pipes, independent of the underlying transport.

Bonus features beyond the JSON-RPC spec include:

  1. Request cancellation
  2. .NET Events as notifications
  3. Dynamic client proxy generation
  4. Support for compact binary serialization via MessagePack
  5. Pluggable architecture for custom message handling and formatting.

Learn about the use cases for JSON-RPC and how to use this library from our documentation.

Supported platforms

  • .NET Standard 2.0 (e.g. .NET Framework 4.7.2, .NET Core 2.1+)

Compatibility

This library has been tested with and is compatible with the following other
JSON-RPC libraries:

主要指标

概览
名称与所有者microsoft/vs-streamjsonrpc
主编程语言C#
编程语言C# (语言数: 5)
平台
许可证Other
所有者活动
创建于2016-10-05 14:28:02
推送于2025-06-07 13:31:37
最后一次提交
发布数83
最新版本名称v2.21.69 (发布于 )
第一版名称v1.0.7-rc (发布于 )
用户参与
星数840
关注者数35
派生数157
提交数3.9k
已启用问题?
问题数310
打开的问题数48
拉请求数690
打开的拉请求数5
关闭的拉请求数159
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?