Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tianhanfangyan/grpc-app

This project is a grpc app demo, it uses grpc+grpc-gateway
https://github.com/tianhanfangyan/grpc-app

docker grpc grpc-gateway grpc-go grpc-swagger kubernetes

Last synced: 21 days ago
JSON representation

This project is a grpc app demo, it uses grpc+grpc-gateway

Awesome Lists containing this project

README

        

# grpc-app
This project is a grpc app demo, it uses grpc+grpc-gateway

## Quick Start

#### Download
go get github.com/tianhanfangyan/grpc-app

#### build
go build --mod=vendor -ldflags "-s -w" -o ./grpc-app

#### run grpc
./grpc-app grpc

#### run gateway
./grpc-app gateway

## swagger

![swagger](swagger.png)

## License
* [Apache](LICENSE)