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