Skip to content

Commit

Permalink
docs where to find grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Jun 21, 2024
1 parent 2288aef commit 50ab73c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ docker run -p 9000:9000 -e PORT=9000 extrawurst/ip2country

# gRPC example

Find grpc proto definition here:
[ip2country-grpc/proto/ip2c.proto](./ip2country-grpc/proto/ip2c.proto)

use gRPC service:
```
docker run -d --rm --name ip2country -p 50051:50051 extrawurst/ip2country-grpc:latest
Expand Down

0 comments on commit 50ab73c

Please sign in to comment.