文件名称:hyperswarm-web:用于Web浏览器的hyperswarm API的实现
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-11 05:39:18
JavaScript
超群网 用于Web浏览器的hyperswarm API的实现 在应用程序中使用 npm i -s hyperswarm-web // Based on example in hyperswarm repo // Try running the regular hyperswarm demo with node const hyperswarm = require ( 'hyperswarm-web' ) const crypto = require ( 'crypto' ) const swarm = hyperswarm ( { // Specify a server list of HyperswarmServer instances bootstrap : [ 'ws://yourhyperswarmserver.com' ] , // You can also sp
【文件预览】:
hyperswarm-web-master
----index.html(160B)
----server.js(1KB)
----test.js(4KB)
----LICENSE(1KB)
----README.md(3KB)
----bin.js(795B)
----.gitignore(943B)
----index.js(3KB)
----package.json(991B)