Our great sponsors
-
goapi-gen
This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions
I usually have and OpenAPI document, and I generate both the client and server if I can. For the server, I specifically love goapi-gen.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
gots
No matter how you pronounce it, this repository is all about converting Go types to TypeScript types.
You can try GOTS
-
-
protobuf-project
Protobuf with Go import paths for Go and TypeScript: project boilerplate w/ Makefile. Supports grpc, vtprotobuf, drpc, ts-proto, twirp, starpc.
-
We're using https://github.com/deepmap/oapi-codegen at work while having an OpenAPI spec. When the spec changes, backend/frontend/mobile regenerate their server/client