cyanfish / grpc-dotnet-namedpipes

Named pipe transport for gRPC in C#/.NET
Apache License 2.0
183 stars 47 forks source link

Document wire protocol #41

Closed hellozyemlya closed 1 year ago

hellozyemlya commented 1 year ago

It will be great if there is some documentation about wire protocol of your transport exists.

I want to try to write namedpipe transport that will be compatible with your implementation but in python.

cyanfish commented 1 year ago

Hi, I've done a writeup for the protocol in the wiki, have a look and let me know if you have any questions.

hellozyemlya commented 1 year ago

Thanks a lot. Looks clear enough to start working with it. Will report back results later a little bit.