An open API service indexing awesome lists of open source software.

https://github.com/george-c0de/grpc_connector

A simple GRPC connector for fast message delivery
https://github.com/george-c0de/grpc_connector

golang grpc

Last synced: 2 months ago
JSON representation

A simple GRPC connector for fast message delivery

Awesome Lists containing this project

README

          

# GRPC connector on Golang
## Quick start
### Install package
* go get google.golang.org/grpc
* go get google.golang.org/protobuf
### Generate .proto
* protoc -I proto proto/conn.proto --go_out=./gen/go/ --go_opt=paths=source_relative --go-grpc_out=./gen/go/ --go-grpc_opt=paths=source_relative
### Run
* server/main.go
* client/main.go