Skip to content

apus-run/gaia

Repository files navigation

Gaia

Gaia[ˈɡaɪə] 一个轻量级gRPC业务框架

安装 protoc

$ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

编译

protoc --go_out=. --go_opt=paths=source_relative \
    --go-grpc_out=. --go-grpc_opt=paths=source_relative \
    helloworld/helloworld.proto

感谢

About

Gaia[ˈɡaɪə] 盖亚, 一套轻量级 Go 微服务框架, 以 HTTP/gRPC 为基础.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages