Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support QUIC protocol for real time Peer to peer #4

Open
ghost opened this issue Apr 5, 2017 · 1 comment
Open

support QUIC protocol for real time Peer to peer #4

ghost opened this issue Apr 5, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 5, 2017

QUIC the protocol google chrome, youtube and google hangouts uses for streaming.

Here is a good write up of it.
https://bloggeek.me/quic-webrtc/

Its uses UDP with a congestion control, and its basically replaces the old SCTP

there is a 100% golang lib here:
https://github.com/lucas-clemente/quic-go

Its very easy to use and requires https / h2.

Also this is a good description of it too.
https://www.callstats.io/2017/02/03/web-protocols-http2-quic/

@winlinvip
Copy link
Member

Great~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant