-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QUIC in JS for libp2p #287
Comments
There is also some discussion around implementing QUIC as a native node module, nodejs/node#23064, potentially starting early next year. |
This project seems to be dead, last commit was 7 months ago. According to the README, it's implementing Google QUIC (although without the crypto, however that's supposed to work), whereas we're using IETF QUIC. The native node module looks very promising, will be interesting which implementation they'll choose as the basis, or if they'll write their own. |
There's also this one /~https://github.com/rmarx/quicker/tree/draft-15 that is worth taking a look (note that it uses an old Node version) |
closing in favor of #1459 |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## [1.0.8](libp2p/js-libp2p-crypto@v1.0.7...v1.0.8) (2022-12-01) ### Dependencies * **dev:** bump sinon from 14.0.2 to 15.0.0 ([libp2p#287](libp2p/js-libp2p-crypto#287)) ([3aa22cd](libp2p/js-libp2p-crypto@3aa22cd))
Found out today thanks to @sericaia that there is already a QUIC implementation for Node.js made by @fidm
Super cool! We should try it out and see if it is interoperable with @marten-seemann go-quic impl and use it in libp2p :)
The text was updated successfully, but these errors were encountered: