/go-grpc

Example of gRPC and Protocol Buffers with Go Lang.

Primary LanguageGo

Go gRPC

 

gRPC Examples with Go Language

Github top language Github language count Repository size License

About   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

There's some gRPC examples with Protocl Buffers using Go Lang, for study purposes.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Go installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/edudiasg/go-grpc

# Access
$ cd go-grpc

# Start the server
$ go run cmd/server/server.go

# Run the client
$ go run cmd/client/client.go

# The server will initialize in the terminal

Made with ❤️ by Eduardo Dias

 

Back to top