ktr0731 / evans

Evans: more expressive universal gRPC client
MIT License
4.27k stars 188 forks source link

add support for gRPC services exposed locally via UNIX sockets #671

Open cristiano-prato opened 1 year ago

cristiano-prato commented 1 year ago

UNIX sockets are already supported by google.golang.org/grpc, it is only required to omit the port to be able to use them

cristiano-prato commented 1 year ago

Hello, is this project still maintained? Do you think you can consider merging this PR?