Hi, I have two projects. One for server and the other one is for the client. I create the proto file inside the server project and let the code generator to generate server base class, client stub and request/response message classes. It goes all well for the server side.
After having the auto-generated files, I'm copying the stub and message classes to the client project. Am I doing right? What are the best practices to create a smooth development environment for both server and client side? For example, I've read that one of the software companies have created a different repo/project for proto files. They use some scripts to copy around the projects. Thanks, -- Selcuk -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/c5c1b9fe-239e-44a4-b4eb-9ac3c8cd0797%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
