Toyz/protoc-gen-nats-micro
Protobuf plugin for generating NATs microservices
This is a tool for developers who are building internal microservices and need to define how they communicate. It takes standard Protobuf definitions of services and messages, then automatically generates the Go and TypeScript code needed to create robust NATS microservices. Developers use this to get type-safe, production-ready code for services that offer built-in discovery and load balancing.
Use this if you are a developer building internal microservices and want to use NATS for communication, leveraging Protobuf for clear service definitions and automatic code generation.
Not ideal if you are building external-facing APIs that require a REST or gRPC gateway, or if you are not working with NATS for your internal service communication.
Stars
25
Forks
2
Language
Go Template
License
MIT
Category
Last pushed
Feb 17, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Toyz/protoc-gen-nats-micro"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.