본 글은 위키 형태로 유지됩니다.
RPC
- StreamJsonRPC
- Microsoft에서 만들었으며 Visual Studio Code C# Dev Kit에서도 사용되는 JSON-RPC 라이브러리 입니다.
- MessagePack도 지원한다고 합니다.
- NuGet Gallery | StreamJsonRpc 2.20.20
- GitHub - microsoft/vs-streamjsonrpc: The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.