Skip to content

Example of using these over a network #139

Answered by dariusc93
DaveLanday asked this question in Q&A
Discussion options

You must be logged in to vote

While im still looking more into crdt to determine if it would be of any benefit for my use case, I can say that it it really depends on your use case network wise. The code itself doesnt have any network related bits (thats for you to supply), but you can serialize and deserialize your objects and pass them over to other peers (including you receiving theirs) and go from there. There are also crates that have network use cases that make use of rust-crdt (you can find them on https://crates.io/crates/crdts/reverse_dependencies) that you can review as examples.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@DaveLanday
Comment options

Answer selected by davidrusu
Comment options

You must be logged in to vote
1 reply
@DaveLanday
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants