Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
/ quic Public archive

[DEPRECATED, recommended https://github.com/nodejs/quic] A QUIC server/client implementation in Node.js

License

Notifications You must be signed in to change notification settings

fidm/quic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e404d85 · Dec 16, 2018

History

71 Commits
Apr 20, 2018
May 5, 2018
Dec 14, 2018
Jun 17, 2018
May 12, 2018
Apr 27, 2018
May 5, 2018
May 12, 2018
Jun 17, 2018
Jun 17, 2018
Jun 17, 2018
Apr 14, 2018

Repository files navigation

QUIC (WIP)

A QUIC server/client implementation in Node.js.

NPM version Build Status Downloads

Demo

QUIC without TLS

https://github.com/fidm/quic/blob/master/example/echo.js

node -r ts-node/register example/echo.js

Road Map

  1. Implement wire layout ✓
  2. Implement stream, session, client and server ✓
  3. Implement crypto layout (Doing)
  4. Implement HTTP/2 client and server (ToDo)
  5. Implement IETF QUIC (ToDo)

License

QUIC for Node.js is licensed under the MIT license. Copyright © 2018 FIdM.