hz

Golang HTTP framework for building microservices with middleware support.

brewmacoslinux
Try with needOr install directly
Source

About

Golang HTTP framework for microservices

Commands

hz

Examples

generate a new microservice project from scratch$ hz new -module github.com/example/myservice
create API endpoints from IDL definition file$ hz client -idl ./api.thrift
build and compile microservice code$ hz build
generate server code from proto or thrift definitions$ hz server -idl ./service.proto
run code generation for an existing project$ hz generate