Go to file
Stephen J Day 42ff40f1f1
mgrpc: initial implementation of server
With this change, we define a simple server and client framework to
start generating code against. We define a simple handler system with
back registration into the server definition.

From here, we can start generating code against the handlers.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-11-14 12:18:06 -08:00
cmd/protoc-gen-gogomgrpc mgrpc: baseline protobuf example 2017-11-14 12:02:25 -08:00
example mgrpc: baseline protobuf example 2017-11-14 12:02:25 -08:00
.gitignore Initial commit 2017-11-13 14:12:46 -08:00
channel_test.go mgrpc: initial implementation of message channel 2017-11-14 12:04:48 -08:00
channel.go mgrpc: initial implementation of message channel 2017-11-14 12:04:48 -08:00
client.go mgrpc: initial implementation of server 2017-11-14 12:18:06 -08:00
handlers.go mgrpc: initial implementation of server 2017-11-14 12:18:06 -08:00
LICENSE Initial commit 2017-11-13 14:12:46 -08:00
Protobuild.toml mgrpc: baseline protobuf example 2017-11-14 12:02:25 -08:00
README.md Initial commit 2017-11-13 14:12:46 -08:00
server_test.go mgrpc: initial implementation of server 2017-11-14 12:18:06 -08:00
server.go mgrpc: initial implementation of server 2017-11-14 12:18:06 -08:00
types.go mgrpc: initial implementation of server 2017-11-14 12:18:06 -08:00

mgrpc

GRPC for low-memory environments