Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T18:14:53.000Z (6 months ago)
- Last Synced: 2024-06-20T15:55:45.401Z (5 months ago)
- Topics: golang, grpc, grpc-gateway, protobuf, swagger
- Language: Go
- Homepage:
- Size: 2.68 MB
- Stars: 283
- Watchers: 14
- Forks: 39
- Open Issues: 11
-
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
[![Build Status](https://travis-ci.org/utrack/clay.svg?branch=master)](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