About | Technologies | Requirements | Starting | Author
There's some gRPC examples with Protocl Buffers using Go Lang, for study purposes.
The following tools were used in this project:
Before starting 🏁, you need to have Git and Go installed.
# 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