@joepie91 its that bad.? i figured maybe 70% of the ideas are implemented when i read their docs a while ago
@ckie Like this morning alone I've ended up following links to three(!) different documentation sites/repositories that no longer exist, some of the documentation seems to have vanished entirely aside from Git repo history, and two years ago they committed package.json changes that claimed to set up "dual CJS/ESM support" but that could never have actually worked
(And now they just claim to be ESM-only, with still the exact same setup)
@ckie Here's an example: https://github.com/ipfs-inactive/research-CRDT
This is supposed to be where CRDT-over-libp2p stuff is researched, but it's deprecated... the linked repo is also deprecated... and no deprecation notice there that explains *why* it is deprecated either, it's just gone
@joepie91 damn. it looks like the one unaffiliated libp2p-based project i could think of ([MessageHub](https://github.com/search?q=repo%3Agdlol%2FMessageHub+libp2p+&type=code&p=2)) is basically just using them as an overlay network too, which is a shame.
i suppose the primary libp2p project then is the big amount of docs about the underlying concepts & it just happens to come with some example code 💜 (probably)