Arpc
aRPC: AppNet RPC
Install / Use
/learn @appnet-org/ArpcREADME
AppNet RPC (aRPC)
AppNet RPC (arpc) is a minimal, fast, and pluggable Remote Procedure Call framework built on top of UDP, with support for customizable serialization formats.
Prerequisites
- Go 1.20 or later
- For installation instructions, see Go’s Getting Started guide.
Quick Start
Note: If you're running
aRPCon Kubernetes and want to connect using a DNS name (e.g.,server.default.svc.cluster.local), you must:
- Define your service as a headless service by setting:
spec: clusterIP: None- Explicitly specify the UDP protocol for your service port:
ports: - port: 9000 targetPort: 9000 protocol: UDP- Use the fully qualified domain name (FQDN) when specifying the server address, such as
server.default.svc.cluster.local:9000.Without these settings, Kubernetes will assign a default TCP-based ClusterIP, which does not work properly for aRPC(UDP) communication.
Learn more
Contact
If you have any questions or comments, please get in touch with Xiangfeng Zhu (xfzhu@cs.washington.edu).
Related Skills
node-connect
352.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
352.0kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
111.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
