[grpc-io] Using gRPC on localhost

2024-01-21 Thread Dimitris Servis
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

[grpc-io] Re: Using gRPC on localhost

2024-01-30 Thread Dimitris Servis
> On Tuesday, January 30, 2024 at 10:23:10 AM UTC-8 AJ Heller wrote: > >> Hi Dimitris, >> >> AF_UNIX support is being added to Windows platforms, you can follow the >> work here: https://github.com/grpc/grpc/pull/34801 >> >> Best, >> -aj >> >&g