QUIC (WIP)
A QUIC server/client implementation in Node.js.
https://www.chromium.org/quic
Google QUICDemo
QUIC without TLS
https://github.com/fidm/quic/blob/master/example/echo.js
node -r ts-node/register example/echo.js
Road Map
- Implement wire layout ✓
- Implement stream, session, client and server ✓
- Implement crypto layout (Doing)
- Implement HTTP/2 client and server (ToDo)
- Implement IETF QUIC (ToDo)
License
QUIC for Node.js is licensed under the MIT license. Copyright © 2018 FIdM.