Hey, guys.
Can u explain me the main advantage Radicle vs G + G projects? Any answer is a fair game…
Hey, guys.
Can u explain me the main advantage Radicle vs G + G projects? Any answer is a fair game…
A good place to start is here:
https://radicle.xyz/blog/towards-decentralized-code-collaboration.html
and here:
In a nutshell:
Thank you for clarifying!
Is it possible use R for different code languages or it’s just for blockchain’s code languages?
How about speed and stability?
Radicle Link is a peer-to-peer gossip protocol with a generic distributed version control backend. It doesn’t run on a blockchain. Currently it supports git, so you can store any type of git objects.
Could you elaborate a little more what exactly you’re interested in learning? Upstream is currently shipped with the release version 0.1.10 so its relatively early in its lifecycle and in beta status.
Discovery and replication in P2P works quite different from the server-client web so Radicle comes with different trade-offs. You need to make sure your changes are replicated in the network otherwise peers might maintain an old copy.
I am interested from a developer’s point of view. As a Version Control System user. Thanks for the detailed answer