You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, this will run the server and client only once. If you want the server to keep on running, just change the value of wg.Add(1) from 1 to 2 in main.go file.
About
A simple demonstration project for learning and experimenting with gRPC concepts, including service definitions, client-server communication, and Protocol Buffers.