{"id":15651433,"url":"https://github.com/cxuesong/jsonrpc.standard","last_synced_at":"2025-04-15T17:39:10.190Z","repository":{"id":38009240,"uuid":"89090756","full_name":"CXuesong/JsonRpc.Standard","owner":"CXuesong","description":"An asynchronous .NET Standard library for JSON RPC client \u0026 server implementation.","archived":false,"fork":false,"pushed_at":"2022-12-07T17:57:34.000Z","size":2638,"stargazers_count":33,"open_issues_count":8,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-28T23:11:12.801Z","etag":null,"topics":["json","json-rpc","json-rpc-client","json-rpc-server","json-rpc2","rpc"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CXuesong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-22T18:29:34.000Z","updated_at":"2023-12-21T08:54:32.000Z","dependencies_parsed_at":"2023-01-24T22:00:12.709Z","dependency_job_id":null,"html_url":"https://github.com/CXuesong/JsonRpc.Standard","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CXuesong%2FJsonRpc.Standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CXuesong%2FJsonRpc.Standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CXuesong%2FJsonRpc.Standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CXuesong%2FJsonRpc.Standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CXuesong","download_url":"https://codeload.github.com/CXuesong/JsonRpc.Standard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249120311,"owners_count":21215933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["json","json-rpc","json-rpc-client","json-rpc-server","json-rpc2","rpc"],"created_at":"2024-10-03T12:38:24.630Z","updated_at":"2025-04-15T17:39:10.141Z","avatar_url":"https://github.com/CXuesong.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Banner](Banner.png)\n\n# JsonRpc.Standard\n\n[![Gitter](https://badges.gitter.im/CXuesong/JsonRpc.Standard.svg?style=flat-square)](https://gitter.im/CXuesong/JsonRpc.Standard?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\nAn asynchronous .NET Standard 1.3 \u0026 .NET Framework 4.5 library for JSON RPC client \u0026 server implementation. The package focuses on the implementation of [JSON RPC 2.0](http://www.jsonrpc.org/specification), while 1.0 support might be offered in the future.\n\nThe `CXuesong.JsonRpc.*` packages are now available on NuGet. To decide which package(s) you should install, please refer to the [topic page on repository wiki](https://github.com/CXuesong/JsonRpc.Standard/wiki/The-NuGet-packages). For example, you may install the `CXuesong.JsonRpc.Commons` package with the following command\n\n```powershell\n#  Package Management Console\nInstall-Package CXuesong.JsonRpc.Commons\n# .NET CLI\ndotnet add package CXuesong.JsonRpc.Commons\n```\n\n| Package                                                      | Status                                                       |\n| ------------------------------------------------------------ | ------------------------------------------------------------ |\n| ~~[CXuesong.JsonRpc.Standard](https://www.nuget.org/packages/CXuesong.JsonRpc.Standard)~~ \u003cbr /\u003eSuperseded by CXuesong.JsonRpc.Commons | ![NuGet version (CXuesong.JsonRpc.Standard)](https://img.shields.io/nuget/vpre/CXuesong.JsonRpc.Standard.svg?style=flat-square) ![NuGet version (CXuesong.JsonRpc.Standard)](https://img.shields.io/nuget/dt/CXuesong.JsonRpc.Standard.svg?style=flat-square) |\n| [CXuesong.JsonRpc.Commons](https://www.nuget.org/packages/CXuesong.JsonRpc.Commons) | ![NuGet version (CXuesong.JsonRpc.Commons)](https://img.shields.io/nuget/vpre/CXuesong.JsonRpc.Commons.svg?style=flat-square) ![NuGet version (CXuesong.JsonRpc.Commons)](https://img.shields.io/nuget/dt/CXuesong.JsonRpc.Commons.svg?style=flat-square) |\n| [CXuesong.JsonRpc.DynamicProxy](https://www.nuget.org/packages/CXuesong.JsonRpc.DynamicProxy) | ![NuGet version (CXuesong.JsonRpc.DynamicProxy)](https://img.shields.io/nuget/vpre/CXuesong.JsonRpc.DynamicProxy.svg?style=flat-square) ![NuGet version (CXuesong.JsonRpc.DynamicProxy)](https://img.shields.io/nuget/dt/CXuesong.JsonRpc.DynamicProxy.svg?style=flat-square) |\n| [CXuesong.JsonRpc.Streams](https://www.nuget.org/packages/CXuesong.JsonRpc.Streams) | ![NuGet version (CXuesong.JsonRpc.Streams)](https://img.shields.io/nuget/vpre/CXuesong.JsonRpc.Streams.svg?style=flat-square) ![NuGet version (CXuesong.JsonRpc.Streams)](https://img.shields.io/nuget/dt/CXuesong.JsonRpc.Streams.svg?style=flat-square) |\n| [CXuesong.JsonRpc.AspNetCore](https://www.nuget.org/packages/CXuesong.JsonRpc.AspNetCore) | ![NuGet version (CXuesong.JsonRpc.AspNetCore)](https://img.shields.io/nuget/vpre/CXuesong.JsonRpc.AspNetCore.svg?style=flat-square) ![NuGet version (CXuesong.JsonRpc.AspNetCore)](https://img.shields.io/nuget/dt/CXuesong.JsonRpc.AspNetCore.svg?style=flat-square) |\n| [CXuesong.JsonRpc.Http](https://www.nuget.org/packages/CXuesong.JsonRpc.Http) | ![NuGet version (CXuesong.JsonRpc.Http)](https://img.shields.io/nuget/vpre/CXuesong.JsonRpc.Http.svg?style=flat-square) ![NuGet version (CXuesong.JsonRpc.Http)](https://img.shields.io/nuget/dt/CXuesong.JsonRpc.Http.svg?style=flat-square) |\n| [CXuesong.JsonRpc.WebSockets](https://www.nuget.org/packages/CXuesong.JsonRpc.WebSockets) | ![NuGet version (CXuesong.JsonRpc.WebSockets)](https://img.shields.io/nuget/vpre/CXuesong.JsonRpc.WebSockets.svg?style=flat-square) ![NuGet version (CXuesong.JsonRpc.WebSockets)](https://img.shields.io/nuget/dt/CXuesong.JsonRpc.WebSockets.svg?style=flat-square) |\n\nFor a walkthrough of the packages, see [repository wiki](https://github.com/CXuesong/JsonRpc.Standard/wiki). For complete documentation on the classes, see [library reference](\u003chttps://cxuesong.github.io/JsonRpc.Standard\u003e).\n\n## Examples\n\nFor an example based on `FullDuplexStream`, please dive into `ConsoleTestApp`. \n\nFor an example JSON-RPC server over HTTP with WebSocket support set up on ASP.NET Core, see `WebTestApplication`.\n\nFor the (WIP) implementation of [Mircosoft Language Server Protocol](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md) on the top of this library, please take a look at [CXuesong/LanguageServer.NET](https://github.com/CXuesong/LanguageServer.NET). And a step further, for a WIP [Wikitext](https://en.wikipedia.org/wiki/Wiki_markup) language server, please take a look at [CXuesong/MwLanguageServer](https://github.com/CXuesong/MwLanguageServer).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxuesong%2Fjsonrpc.standard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcxuesong%2Fjsonrpc.standard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxuesong%2Fjsonrpc.standard/lists"}