Add pion-WebRTC (#2301)

This commit is contained in:
Sean DuBois 2019-01-07 14:34:51 -08:00 committed by Cássio Botaro
parent 84fecc98d0
commit a02fb272f3

View File

@ -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. * [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. * [utp](https://github.com/anacrolix/utp) - Go uTP micro transport protocol implementation.
* [water](https://github.com/songgao/water) - Simple TUN/TAP library. * [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. * [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. * [xtcp](https://github.com/xfxdev/xtcp) - TCP Server Framework with simultaneous full duplex communication,graceful shutdown,custom protocol.