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
- Host: GitHub
- URL: https://github.com/linzhengen/go-zero-helloworld
- Owner: linzhengen
- License: apache-2.0
- Created: 2022-10-24T10:53:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-07T19:10:21.000Z (9 months ago)
- Last Synced: 2025-10-10T12:39:30.901Z (9 months ago)
- Topics: api, grpc
- Language: Go
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"}%
```