I want to use gRPC for IPC, on localhost, using C++, in particular for 
Windows machines. I would like to avoid using https, and I wonder whether 
the non-secure http poses any threat. I would like to use the UDS solution 
but this is only supported in C# and not C++. I could use C# and CLI to 
provide the functionality to C++, but I have a blocker with the C# version.

So I am left with the option to either use https or implement something 
myself. However this is becoming unchartered territory for me. I would 
therefore like to ask, what do people think are my options?

I tried to find a way to implement a transport layer using e.g. pipes only 
for Windows as a plugin, but documentation is scarce...

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/e894ef22-6c83-4fc1-a35b-13466275a247n%40googlegroups.com.

Reply via email to