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

https://github.com/api7/grpc_server_example


https://github.com/api7/grpc_server_example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

#### Dependencies
golang v1.11+

# run

```shell
cd path_to_grpc_server_example

go run main.go
```

# run in docker

```shell
docker build -t grpc_server_example:latest .
docker run grpc_server_example:latest
```