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.
4 lines
223 B
Markdown
4 lines
223 B
Markdown
8 years ago
|
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.
|