Alex Potsides
Alex Potsides
There's a very exciting [branch](https://github.com/murat-dogan/node-datachannel/tree/polyfill) over at `node-datachannel` which will allow use of `libdatachannel` as a polyfill for WebRTC on node.js. One of the features missing is being able to...
This module is authored in ESM but then [transpiles that to CJS](https://github.com/PeculiarVentures/ASN1.js/blob/master/tsconfig.json#L4), then finally uses rollup to create a big code blob. Image from https://esbuild.github.io/analyze/ : The tsc config could...
I'm trying to port a module from `node-forge` to `PKIjs` but have come across a problem. Given the following 8200 bit RSA public key represented as JWK: ```json { "kty":...
Adds a transport listener to `@libp2p/webtransport` for Node.js In draft for now, there's some very strange behaviour around closing stream writers in browsers. A lot has changed with `@fails-components/webtransport` since...
We'd love to officially support running on React Native. The requirements for this would be: 1. The unit test suite running in CI 2. Lightweight - e.g. the developer should...
Closes https://github.com/libp2p/js-libp2p/issues/1573 Closes #1757 Closes #1903 I decided to go with [yup](https://github.com/jquense/yup) for a few reasons: - Integration was more seamless - Is used by substantially more projects ( 545k...
Instead of tracking which peer we failed to dial, track dial success or failure on a per-address basis. This will let us detect when IPv6 is unsupported or certain transports...
Adds support for direct WebRTC connections via SDP munging.
Allow passing an `onProgress` callback to the peer/content routers that can receive routing events. Refs #1574
Do not merge.