I'm trying to establish connection between client and server using grpc. I'm doing the .proto file approach. I have couple of questions on this.
- Does grpc only have to run with HTTPS?
- Doeschat.proto files for both the client and server should be identical? Even the C# namespace?