Code Monkey home page Code Monkey logo

go-mod-with-grpc-example's Introduction

How to use go mod with gRPC

I followed the official "hello world" example code. But, I couldn't make it work with go mod easily.

The major problem was this line. It is likely that the API was removed etc.

In server/main.rs, comment this.
// pb.UnimplementedGreeterServer

I had to inspect what happend to "UnimplementedGreeterServer" by reading pb in helloworld/helloworld.pb.go. You can see that you can not find it there.

How to reproduce working code example.

$go mod init steadylearner.com/grpc
$go get github.com/golang/protobuf
$google.golang.org/grpc v1.28.0

Install what lack here if necessary. You can refer to the GitHub page for it.

Then, you can use this to build protobuf file.

protoc -I helloworld/ helloworld/helloworld.proto --go_out=plugins=grpc:helloworld

Everything is ready. First, run gRPC server with $go run main.rs in current folder. Then, $cd client && go run main.rs in another kernel.

You will see Received: world at the server and Greeting: Hello world from the client.

go-mod-with-grpc-example's People

Contributors

steadylearner avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.