go-grpc-graphql-simple-example icon indicating copy to clipboard operation
go-grpc-graphql-simple-example copied to clipboard

Just a simple example of gRPC + GraphQL + Go.

Go + gRPC + GraphQL

This repo uses dep for vendoring. Make sure you got it installed. You can get started by running go install ./.... Then in one terminal, run hellosrv. In the other, run gqlapi. Go to your browser at http://localhost:8080 and knock yourself out.