Show HN: Dart implementation of the libp2p networking stack
github.comI created a Dart port of the LibP2P stack. I wanted a native Dart implementation, and in the absence of a native QUIC library, I also created my own UDP transport implementation called Dart-UDX. You can find GossipSub, DHT and UDX implementations alongside this one in my github account.