JSON-RPC in ASP.NET Core With StreamJsonRpc

added by DotNetKicks
6/25/2020 6:44:34 PM

1240 Views

I've been pointed to StreamJsonRpc library through a comment under one of my posts and I've decided it's something worth taking a look at. StreamJsonRpc is a .NET Standard implementation of JSON-RPC 2.0 wire protocol. The question that probably comes to your mind right now is why one should spend time to take a look at yet another RPC technology?


0 comments