Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: Dart implementation of the libp2p networking stack

github.com

2 points by stephanfebs 20 hours ago

I 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.