PreviousNext

JSON-RPC in ASP.NET Core With StreamJsonRpc

by tpeczek, 2020-06-29T09:11:40.211Z

ASP.NET Core already has nice RPC options like SignalR and gRPC. JSON-RPC is an interesting, lightweight and flexible option, which is complementary to the existing ones.

Read More