文件名称:传播工具hyperlog.zip
文件大小:23KB
文件格式:ZIP
更新时间:2022-08-08 01:49:07
开源项目
hyperlog 基于链接和日志进行传播。示例:var hyperlog = require('hyperlog') var log = hyperlog(db) // where db is a levelup instance // add a node with value 'hello' and no links log.add(null, 'hello', function(err, node) { console.log('inserted node', node) // insert 'world' with a link back to the above node log.add([node.key], 'world', function(err, node) { console.log('inserted new node', node) }) }) 标签:hyperlog
【文件预览】:
hyperlog-master
----lib()
--------protocol.js(4KB)
--------sorted-queue.js(1KB)
--------messages.js(190B)
--------replicate.js(7KB)
--------encode.js(559B)
--------hash.js(267B)
----schema.proto(673B)
----.travis.yml(65B)
----example()
--------signed.js(1KB)
--------log.js(960B)
----LICENSE(1KB)
----test()
--------batch.js(2KB)
--------replicate.js(4KB)
--------encoding.js(5KB)
--------changes.js(2KB)
--------basic.js(3KB)
--------events.js(1KB)
--------signatures.js(4KB)
--------hash.js(3KB)
----README.md(7KB)
----.gitignore(28B)
----index.js(16KB)
----package.json(1KB)