Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
42 lines (25 loc) · 1.67 KB

File metadata and controls

42 lines (25 loc) · 1.67 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

Screenshot

json-rpc.net

.Net astn-jsonrpc MyGet Build Status Mono Build Status

JSON-RPC.Net is a high performance Json-Rpc 2.0 server, leveraging the popular JSON.NET library. Host in ASP.NET, also supports sockets and pipes, oh my!

Requirements
  • dotnet 4.0 or mono
License

JSON-RPC.net is licensed under The MIT License (MIT), check the LICENSE file for details.

Installation

You can start using JSON-RPC.Net with our nuget package.

To install JSON-RPC.NET Core, run the following command in the Package Manager Console;

PM> Install-Package AustinHarris.JsonRpc

To install JSON-RPC.NET AspNet, run the following command in the Package Manager Console

PM> Install-Package AustinHarris.JsonRpc.AspNet
Performance

Under ideal conditions > 120k rpc/sec (cpu i7-2600,console server, no IO bottleneck)

Getting Started & Documentation

Check our documentation.

Old Project Site

We have to github lately and host our issues section here, though you can still check the previous issues and discussions over our old project site.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.