universal-connectivity
universal-connectivity copied to clipboard
Realtime decentralised chat with libp2p showing ubiquitous peer-to-peer connectivity between multiple programming languages (Go, Rust, TypeScript) and runtimes (Web, native binary) using QUIC, WebRTC...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.2.0 to 18.3.1 Release notes Sourced from react's releases. 18.3.1 (April 26, 2024) Export act from...
Bumps [next](https://github.com/vercel/next.js) from 14.2.2 to 14.2.3. Release notes Sourced from next's releases. v14.2.3 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.83. Release notes Sourced from anyhow's releases. 1.0.83 Integrate compile-time checking of cfgs (#363) 1.0.82 Documentation improvements 1.0.81 Make backtrace support available when using -Dwarnings...
It would be good to have a basic ping test akin to the one in [js-libp2p ping module](https://github.com/libp2p/js-libp2p/blob/main/packages/protocol-ping/test/index.spec.ts#L45-L59) to ensure that breaking changes are caught at runtime.
- [ ] it would be cool if last X-time/count chat history was stored - [ ] would be cool to run js side in service-worker/web-worker so we could get...
When using IPv6 addresses by default, I that observe two browser nodes A and B are both able to establish a webrtc-direct connection to the relay node but neither a...
Bumps [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) from 0.10.0 to 0.10.1. Release notes Sourced from github.com/libp2p/go-libp2p-pubsub's releases. v0.10.1 What's Changed Replace fragmentRPC with appendOrMergeRPC by @MarcoPolo in libp2p/go-libp2p-pubsub#557 fix: Don't bother parsing an empty slice...
## Problem Every since https://github.com/libp2p/universal-connectivity/pull/114 was merged and the Rust peer is now part of the IPFS Kademlia DHT, it's resource consumption has spiked significantly. It's running on a pretty...
* Adds direct messaging * Adds toast for errors * local dev server over ssl * Autodialer for gossipsub peers * Pinger to drop dead connections * Opinionated eslint &...