We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
How does one pipe together 2 tries on 2 different machines? How does the remote machine get the stream reference for the originating machine?
https://github.com/mafintosh/hypertrie#stream--dbreplicateisinitiator-options
The text was updated successfully, but these errors were encountered:
@DougAnderson444 This example could be helpful: https://github.com/mafintosh/hypertrie/blob/master/test/update.js#L70
Sorry, something went wrong.
The best real case example would be to use "pump" library
This might help, the basic test linked to above but in two separate files peer1.js and peer2.js https://github.com/aboynejames/learn-hypercore/tree/master/hypertrie
No branches or pull requests
Hello,
How does one pipe together 2 tries on 2 different machines? How does the remote machine get the stream reference for the originating machine?
https://github.com/mafintosh/hypertrie#stream--dbreplicateisinitiator-options
The text was updated successfully, but these errors were encountered: