048aefe730 | ||
---|---|---|
src | ||
tools | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
appveyor.yml | ||
init.cmd | ||
init.ps1 |
README.md
StreamJsonRpc
StreamJsonRpc is a cross-platform, .NET portable library that implements the JSON-RPC wire protocol.
Its transport is a standard System.IO.Stream so you can use it with any transport.
Supported platforms
- .NET 4.5
- Windows 8
- Windows Phone 8.1
- .NET Portable (Profile111, or .NET Standard 1.1)
Compatibility
This library has been tested with and is compatible with the following other JSON-RPC libraries:
- json-rpc-peer (npm)
Testability/mockability
Testing this library or users of this library can be done without any transport by using the Nerdbank.FullDuplexStream library in your tests to produce the Stream object.