This project aims to create a small echo server and client using basic gRPC.
The proto files are located in the proto folder (along with the autogenerated code).
Server packages are within the server folder. Client and server are inside cmd folder.