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.