fdd031e218
Localization is no longer a MicroBuild step. |
||
---|---|---|
src | ||
tools | ||
.gitattributes | ||
.gitignore | ||
README.md | ||
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.
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.