Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 488 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 488 Bytes

JQUIC -- A Java language binding library for Google(R) QUIC protocol.


  • This project is to provide a Google(R) QUIC Java library, and a HTTP/2 UDP server framework.
  • With chrome client, and Google cronet for Android/iOS that support QUIC, we need a server side implementation for Java.
  • It'll improve performance and solve some networking issue for roaming mobile clients.
  • It started from C++ libquic, and to provide Java API as well as server adapter for Netty and Tomcat.