# quic-java **Repository Path**: pengtang1024/quic-java ## Basic Information - **Project Name**: quic-java - **Description**: Java implementation of QUIC HTTP/2 client based on draft-tsvwg-quic-protocol-02 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-17 - **Last Updated**: 2021-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.