https://github.com/mtulio/grpc-services
LAB: gRPC crawler services written in Golang
https://github.com/mtulio/grpc-services
Last synced: 7 days ago
JSON representation
LAB: gRPC crawler services written in Golang
- Host: GitHub
- URL: https://github.com/mtulio/grpc-services
- Owner: mtulio
- License: mit
- Created: 2019-04-12T02:46:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T22:09:52.000Z (about 7 years ago)
- Last Synced: 2025-02-24T03:17:44.374Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grpc-services
gRPC Services exposing protobuf interfaces in Golang.
That project is used to study purpose that implements some usefull services
interface using gRPC in Golang.
## crawler
Crawler is an web crawler.
## grpc-server
`grpc-server` is a server that implements packages created in `grpc-services` and
exposes it as a reflection.
There are two ways to call the functions exposed by the server:
1. implement an client.
1. using an CLI to call the functions.
* [Evans CLI](https://github.com/ktr0731/evans)
* [grpc_cli](https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md)