author | Sebastian Harl <sh@tokkee.org> | |
Wed, 4 May 2016 07:48:01 +0000 (09:48 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 4 May 2016 07:48:01 +0000 (09:48 +0200) | ||
commit | 8e533c849e5b0053a1949dcbf98f8948a7501499 | |
tree | a48e73a97393f918e83d8c9931ba599311c3aa43 | tree | snapshot |
Add an initial version of sample code for my Go talk.
This includes a sample RPC server and client along with a sample HTTP server
based on the examples from the talk.
In addition, there are sample integration tests.
This includes a sample RPC server and client along with a sample HTTP server
based on the examples from the talk.
In addition, there are sample integration tests.
LICENSE | [new file with mode: 0644] | blob |
README | [new file with mode: 0644] | blob |
grpc/client/main.go | [new file with mode: 0644] | blob |
grpc/integration/backend/backend_test.go | [new file with mode: 0644] | blob |
grpc/integration/ui/ui_test.go | [new file with mode: 0644] | blob |
grpc/proto/backend/backend.pb.go | [new file with mode: 0644] | blob |
grpc/proto/backend/backend.proto | [new file with mode: 0644] | blob |
grpc/server/main.go | [new file with mode: 0644] | blob |
grpc/ui/main.go | [new file with mode: 0644] | blob |