hypermerge
hypermerge copied to clipboard
Build p2p collaborative applications without any server infrastructure in Node.js
I had to do a fair amount of digging before I realized that there wasn't browser support - this might save folks some time. (I'm not attached to this language...
Hi, First of all, thank you very much for this great piece of software. I'm coming today to ask if it's possible to add a link to code's documentation. ideally...
Compiling into an app with webpack, I get the following ``` module not found: - dgram: imported at node_modules/dns-socket/index.js - dns: imported at node_modules/k-rpc-socket/index.js - net: imported at node_modules/discovery-swarm/index.js ```...
Hello everybody, im trying to use the project following the Readme instructions but still i couldnt understand some topics like - how do i control the file persistence on each...
This eventually exhausts all the file handles available to the process which causes your application to fail. There's a branch of hypermerge with a simple test that exhibits the behaviour...
Goal of this changes is to address #69 This pull request adds `RandomAcccessManager` as replacement for `random-access-file`. It takes options for LRU and any random-access-store factory (e.g. random-access-file) and returns...
Thanks for the updated architecture document. Very helpful. Looking forward to the updates for Encryption, Boxes etc. Thanks again.
This is an ongoing problem we don't have a good reproduction step for or understanding of, but basically it seems there's some process taking too long and timing out which...
Adding this to test hitting the max open file limit. It surfaces some limitations with the current implementation of repo.close(), noted in the comments. Repeated here: This timeout is a...
Require either a path or memory If you pass `path`, memory is optional If you pass `memory`, path is optional. You must pass at least one or the other.