Examples for goa showing specific capabilities
-
Updated
Sep 21, 2026 - Go
Examples for goa showing specific capabilities
A pure Go JSON‑RPC 2.0 client‑server implementation. Optimized for the MCP (Model Context Protocol), yet fully general‑purpose for arbitrary JSON‑RPC 2.0 scenarios. Supports HTTP and TCP transports, with built‑in Consul and Nacos for service registry & discovery.
Golang bidirectional jsonrpc2 implementation over Web Socket Or UDP using KCP
Production-grade Model Context Protocol (MCP) framework for Go. Build MCP servers and clients with 16 middleware, typed tools, streaming, circuit breaker, OpenTelemetry, and a zero-network test harness.
a Go package that implements a JSON-RPC-like protocol over Redis Streams and channels. It allows you to build scalable and efficient RPC servers and clients using Redis as the underlying transport mechanism. The package provides a simple API for setting up RPC servers and clients, with flexible handlers for different RPC methods.
Ethereum Golang jsonrpc API contract ABI encode decode
Package for interacting with JSONRPC2.0 to your etherum node.
Go implement of JSON-RPC (2.0) https://www.jsonrpc.org/specification
To associate your repository with the jsonrpc topic, visit your repo's landing page and select "manage topics."