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

https://github.com/linzhengen/go-zero-helloworld

Use cloud-native Go microservices framework go-zero to create helloworld
https://github.com/linzhengen/go-zero-helloworld

api grpc

Last synced: about 1 month ago
JSON representation

Use cloud-native Go microservices framework go-zero to create helloworld

Awesome Lists containing this project

README

          

# go-zero-helloworld

## Usage:
```
# setup
make deploy-etcd
make dev

# curl api
curl "http://localhost:8888/sayHello?name=test"
{"name":"test"}%
```