webrpc/webrpc
webrpc is a schema-driven approach to writing backend services for modern Web apps and networks
Schema-driven code generation produces strongly-typed server interfaces, JSON encoders, and complete client libraries across multiple languages (Go, TypeScript, JavaScript, Kotlin, Dart), eliminating manual API client development. The tool uses a custom RIDL schema format or JSON to define RPC methods and data structures, then generates HTTP/JSON-based web services compatible with standard browser clients, load balancers, and tools like cURL. Generators are implemented as Go templates, enabling community contributions for additional language targets.
824 stars. Actively maintained with 15 commits in the last 30 days.
Stars
824
Forks
48
Language
Go
License
MIT
Category
Last pushed
Mar 17, 2026
Commits (30d)
15
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/webrpc/webrpc"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.