From 33b162130b37bb47327c7320a6dd365916d21248 Mon Sep 17 00:00:00 2001 From: Ehtisham Ahmed Date: Sun, 5 Jul 2026 03:03:44 +0500 Subject: [PATCH] Add webrtc-leak-check to JavaScript Libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9464402..9526c0f 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ - [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. - [PeerJS](https://peerjs.com) - Data and media peer-to-peer connection API implemented over WebRTC. +- [webrtc-leak-check](https://github.com/CodeWithEhtisham/webrtc-leak-check) - Zero-dependency TypeScript library for detecting WebRTC IP address leaks, with RFC 8445 candidate parsing and host/srflx/relay classification. - [Socio](https://github.com/Rolands-Laucis/Socio) - A WebSocket Real-Time Communication (RTC) API framework. Realtime Front-end, Back-end reactivity. ### C/C++ Libraries