Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bharat-rajani/grpc-products
A microservice for grpc demo.
https://github.com/bharat-rajani/grpc-products
Last synced: about 1 month ago
JSON representation
A microservice for grpc demo.
- Host: GitHub
- URL: https://github.com/bharat-rajani/grpc-products
- Owner: bharat-rajani
- License: mit
- Created: 2021-01-18T13:00:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T13:18:31.000Z (almost 4 years ago)
- Last Synced: 2023-06-14T13:01:29.431Z (over 1 year ago)
- Language: Go
- Size: 5.15 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GRPC Products Demo
### This project is a monorepo of three components
- Golang server
- Golang Client
- Python Client### Quickstart
- git clone
- To run server: go run cmd/main.go
- To run client: go run client/client.go
- To run python client: go run client/py/client.py