From a02fb272f3971273c61e9e9556292d7f58cf35c0 Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Mon, 7 Jan 2019 14:34:51 -0800 Subject: [PATCH] Add pion-WebRTC (#2301) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 688ff1d8..cfd46e60 100644 --- a/README.md +++ b/README.md @@ -1022,6 +1022,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [tspool](https://github.com/two/tspool) - A TCP Library use worker pool to improve performance and protect your server. * [utp](https://github.com/anacrolix/utp) - Go uTP micro transport protocol implementation. * [water](https://github.com/songgao/water) - Simple TUN/TAP library. +* [webrtc](https://github.com/pions/webrtc) - A pure Go implementation of the WebRTC API. * [winrm](https://github.com/masterzen/winrm) - Go WinRM client to remotely execute commands on Windows machines. * [xtcp](https://github.com/xfxdev/xtcp) - TCP Server Framework with simultaneous full duplex communication,graceful shutdown,custom protocol.