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