hz

Go HTTP framework for building microservices with hz

brewmacoslinux
Try with needOr install directly
Source

About

Golang HTTP framework for microservices

Commands

hz

Examples

Initialize a new Hz project$ hz new -module example.com/myapp
Generate code from IDL file$ hz client -idl ./api/user.thrift
Build and run the microservice$ hz build && ./output/bin/myapp