https://github.com/api7/grpc_server_example
https://github.com/api7/grpc_server_example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/api7/grpc_server_example
- Owner: api7
- License: apache-2.0
- Created: 2019-08-22T06:54:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T21:00:32.000Z (over 2 years ago)
- Last Synced: 2025-08-15T10:50:01.074Z (6 months ago)
- Language: Go
- Size: 105 KB
- Stars: 16
- Watchers: 7
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```