From d9d4631466c43a5c1ce38a079a593f47a14b0906 Mon Sep 17 00:00:00 2001 From: Den <92893411+mrmoon0986@users.noreply.github.com> Date: Thu, 14 May 2026 23:49:54 +0100 Subject: [PATCH] Add Peerix to JavaScript libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d957b3..db8f229 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ - [sipML5](https://www.doubango.org/sipml5) - Open source JavaScript SIP client with WebRTC media stack. - [simple-peer](https://github.com/feross/simple-peer) - WebRTC video, voice, and data channels abstraction for Node.js and the browser. - [Netflux](https://github.com/coast-team/netflux) - Isomorphic JavaScript peer to peer transport API for client and server. +- [Peerix](https://github.com/peerix-dev/peerix) - WebRTC library with pluggable signalling drivers (NATS, WebSocket, BroadcastChannel) and a single peer connection multiplexing media and data channels. TypeScript-first. - [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.