example gRPC client-server pair with a Qt UI, entirely in Go
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jordan Orelli d27b2ff69b add a readme 8 years ago
cmd client-server pair done 8 years ago
lib client-server pair done 8 years ago
README.md add a readme 8 years ago

README.md

sample client-server pair using gRPC and Qt in Go. The server simply stores an integer. The client, when started, automatically connects to the server and, once a second, requests the next value in an incrementing counter.