https://github.com/utrack/clay
Proto-first minimal server platform for gRPС+REST+Swagger APIs
https://github.com/utrack/clay
golang grpc grpc-gateway protobuf swagger
Last synced: 2 months ago
JSON representation
Proto-first minimal server platform for gRPС+REST+Swagger APIs
- Host: GitHub
- URL: https://github.com/utrack/clay
- Owner: utrack
- License: mit
- Created: 2017-04-06T14:22:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-12-05T02:32:40.000Z (7 months ago)
- Last Synced: 2026-03-08T04:54:29.878Z (4 months ago)
- Topics: golang, grpc, grpc-gateway, protobuf, swagger
- Language: Go
- Homepage:
- Size: 2.26 MB
- Stars: 296
- Watchers: 14
- Forks: 40
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-grpc - clay - Minimal server platform for gRPС+REST+Swagger APIs (Language-Specific / Go)
README
# clay
[](https://travis-ci.org/utrack/clay)
Minimal server platform for gRPC and REST+Swagger APIs in Go
Using clay you can automatically spin up HTTP handlers for your gRPC server with
complete Swagger defs with a few lines of code.
This project provides the HTTP+Swagger handler generator and optional server that you
can use to serve your handlers via any protocol.
# protobuf generator compatibility
clay/v3 uses new protobuf generator [google.golang.org/protobuf](https://pkg.go.dev/mod/google.golang.org/protobuf).
If you're using old generator ([golang/protobuf](https://github.com/golang/protobuf) and protoc-gen-go