Skip to content
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

Closed
daviddias opened this issue Nov 27, 2018 · 4 comments
Closed

QUIC in JS for libp2p #287

daviddias opened this issue Nov 27, 2018 · 4 comments
Labels
kind/enhancement A net-new feature or improvement to an existing feature

Comments

@daviddias
Copy link
Member

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 :)

@jacobheun
Copy link
Contributor

There is also some discussion around implementing QUIC as a native node module, nodejs/node#23064, potentially starting early next year.

@marten-seemann
Copy link

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.

@sericaia
Copy link

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)

@jacobheun jacobheun added the kind/enhancement A net-new feature or improvement to an existing feature label Mar 15, 2021
@p-shahi
Copy link
Member

p-shahi commented May 30, 2023

closing in favor of #1459

@p-shahi p-shahi closed this as completed May 30, 2023
maschad pushed a commit to maschad/js-libp2p that referenced this issue Jun 21, 2023
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
maschad pushed a commit to maschad/js-libp2p that referenced this issue Jun 21, 2023
## [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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

5 participants