heapwolf

Results 125 comments of heapwolf

@michaelficarra `undefined` indicates an absence or a lack of initialization. `null` values indicate an intentionally empty value on a variable that has been initialized. I find this is pretty reasonable...

@wujekbizon this looks really good but I think using the todo-mvc apps will provide the most familiar context for the largest possible audience.

_many_ people terminate with node. +1 on this PR.

I'd be way more likely to add sublevel support to `levelweb` and `lev` if it was in core. I was already close to adding it, but this would finalize my...

Can you elaborate more about what your goals are and about your question?

The p2p protocol is developed outside of socket and already runs in node. You can install socket and run the p2p protocol. I advice using the dev branch.

only peers with the sharedKey will be able to read the contents of the packet (of course you area able to do whatever cryptography you want to do on top...

They must have at one point been a member of the cluster though. When a `#join` event happens, the packet is checked for the corresponding subcluster, if in the case...