23r3
23r3 is a protocol and reference implementation for secure remote procedure calls in distributed systems. It provides bidirectional, low-latency communication with support for streaming and pluggable authentication, aiming to be modular and cross-language friendly.
Its technical design centers on a compact binary framing layer that runs over TLS 1.3 or equivalent,
Development of 23r3 emerged from community discussions in the early 2020s, with public repositories and governance
Common use cases include microservices, cloud-edge architectures, and IoT deployments that require secure, reliable remote procedure
Adoption is modest but growing among open-source projects and research teams. Critics point to added complexity