top | item 11424027

Google/proto-quic is a standalone library for QUIC

49 points| igrigorik | 10 years ago |github.com

8 comments

order

r1ch|10 years ago

Awesome, was hoping for something like this ever since reading up on QUIC. Looking forward to experimenting with it, TCP just hasn't kept up with today's internet and QUIC looks like a well designed replacement.

EDIT: My enthusiasm may have been a bit premature, the src/ directory is 325MB (!). Seems like it still has a lot of Chromium dependencies and isn't quite as standalone as something like libutp.

mikecb|10 years ago

Lot of cross platforming stuff in there.

ElijahLynn|10 years ago

Looks like HTTP/3 will be here sooner than the last ice age between HTTP releases ;).

dchest|10 years ago

QUIC is replacement for TCP, not HTTP.

sydneysider|10 years ago

Looking forward to seeing nginx gain QUIC support one of these days

jupp0r|10 years ago

Still lacking a scalable server implementation, though.