Libp2p – A modular network stack
libp2p.io
Libp2p – A modular network stack
1–10 of 34 posts
Re: Libp2p – A modular network stack
#2Re: Libp2p – A modular network stack
#3I went to look at their Go implementation but the libraries are each split into separate Github repos (super annoying) and some of those appear to be non-public/404. Very strange.
Why would anyone store different laguage implementations in the same Git repo?
Re: Libp2p – A modular network stack
#4I went to look at their Go implementation but the libraries are each split into separate Github repos (super annoying) and some of those appear to be non-public/404. Very strange.
> (super annoying) Why would anyone store different laguage implementations in the same Git repo?
Re: Libp2p – A modular network stack
#5Earlier quoted context omitted.
> (super annoying) Why would anyone store different laguage implementations in the same Git repo?
Repo should be organized around project, not language/frameworks. It’s perfectly normal to have library +Python client + Go client in same repo.
Re: Libp2p – A modular network stack
#6Re: Libp2p – A modular network stack
#7There are other P2P transport alternatives, check out SSB's (it is really good!) or ours (gun.eco/docs/DAM) which prevents flooding. WebRTC and websocket implementations exist.
Re: Libp2p – A modular network stack
#8Re: Libp2p – A modular network stack
#9no C or C++? Looks promising but would love a C++ version
That would also allow others to write clients for their favorite languages.
Re: Libp2p – A modular network stack
#10Earlier quoted context omitted.
> (super annoying) Why would anyone store different laguage implementations in the same Git repo?
Repo should be organized around project, not language/frameworks. It’s perfectly normal to have library +Python client + Go client in same repo.