Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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