aka PipedInputStream/PipedOutputStream Mostly useful for testing stuff, as `node` is kind of single-thread.
published version 0.0.1, 10 years agoThe problem of callback hell is commonplace in node.js programs. If your storage is async and your logics is complex, then you hit the worst spot. Two popular solutions are promises and async.js. Unfortunately, your logics has complex branching patterns a
published version 0.0.2, 10 years ago[](https://travis-ci.org/gritzko/stream-url-ws)
published version 0.1.5, 9 years ago[stream-url][su] marries streams and urls.
published version 0.1.1, 9 years agoBase64 Lamport timestamps =========================
published version 1.0.14, 9 years agoSwarm: replicated data types (syncables) ========================================
published version 1.2.1, 9 years agoSwarm is a sync-centric database implementing Commutative Replicated Data Types ([CmRDTs][cmrdt]). CmRDTs are op-based, hence Swarm is built on top of a partially ordered log of operations, very much like classic databases are built on top of totally orde
published version 1.0.24, 9 years agoA simple LevelDB-backed WebSocket and TCP-listening Swarm server (peer).
published version 1.2.1, 9 years agoA Swarm sync client. Use dependency injection for any particular storage or transport method (LevelUP and stream-url based, respectively).
published version 1.0.16, 9 years agoA Swarm client caching all the data in an IndexedDB database (level-js). Connect to the server by WebSocket
published version 1.0.15, 9 years agoThis package implements the Swarm protocol primitives according to the specification https://gritzko.gitbooks.io/swarm-the-protocol/content/
published version 1.2.1, 9 years agoA grammar for the Swarm protocol (and regex parsers)
published version 2.0.4, 8 years agoA regular grammar for the Swarm Replicated Object Notation
published version 2.0.5, 7 years agoA Swarm Replicated Object Notation UUID variant
published version 2.0.9, 7 years ago