From 2f7ef859d74aa6f106f5c949ceb964115c3653f6 Mon Sep 17 00:00:00 2001 From: Sergiy Pash Date: Sun, 14 Jun 2026 18:56:52 +0100 Subject: [PATCH] Add Safe RPC library to JavaScript section https://dotex.org/epic/saferpc/spec/integrations#peer-to-peer-transports A new library is in @rtckit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9464402..35d7453 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ - [Netflux](https://github.com/coast-team/netflux) - Isomorphic JavaScript peer to peer transport API for client and server. - [PeerJS](https://peerjs.com) - Data and media peer-to-peer connection API implemented over WebRTC. - [Socio](https://github.com/Rolands-Laucis/Socio) - A WebSocket Real-Time Communication (RTC) API framework. Realtime Front-end, Back-end reactivity. +- [Safe RPC](https://github.com/dotexorg/saferpc) - Typed, end-to-end encrypted RPC for WebRTC and any bidirectional channel. ### C/C++ Libraries