Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kemokemo/my-grpc-go-sample


https://github.com/kemokemo/my-grpc-go-sample

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# My gRPC sample app

If you update `echo.proto`, please execute the following to re-generate code:

```sh
protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
echo.proto
```

## Run server

```sh
cd server
go run main.go
```