Hacker News new | ask | show | jobs
by curtisblaine 954 days ago
I couldn't find this in the docs, but is it easy / transport agnostic to sync two remote instances through the network? What about saving state on the server (so different devices can sync with each other without having to be online at the same time?)
1 comments

Yes, it's agnostic to the network layers. The output of doc.exportFrom() is just a binary array.