We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
Great~
Sorry, something went wrong.
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: