Is there a standalone library for Google's QUIC?

liamzebedee picture liamzebedee · Jul 27, 2013 · Viewed 9.6k times · Source

Google recently released their experimental transport protocol called QUIC as a namespace net.quic in Chrome. I'd love to use it, as it looks perfect for my use case, however I can't seem to find any guide on using it as a standalone library.

Is there any available way to get QUIC as a standalone library aside from the Chrome source?

Google Slide Deck

Answer

liamzebedee picture liamzebedee · Apr 5, 2016

As of Tue 5 Apr, 2016, Google has released their own proto-quic library on Github.