文件名称:telehash-ws:Telehash 到 WebSocket 的网络绑定
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-02 00:12:27
JavaScript
Telehash-ws 用于客户端(浏览器和节点)和服务器(节点)的到 WebSocket 的网络绑定。 用法 var th = require ( "telehash" ) ; th . add ( require ( "telehash-ws" ) ) ; var idA , idB ; var meshA , meshB ; var linkAB , linkBA ; function initEndpoints ( ) { th . generate ( function ( err , id ) { idA = id ; th . generate ( function ( err , id ) { idB = id ; initMesh ( ) ; } ) ; } ) ; } function initMesh ( )
【文件预览】:
telehash-ws-master
----.jshintrc(6KB)
----.jshintignore(30B)
----server.js(2KB)
----COPYING(7KB)
----test.js(2KB)
----.npmignore(31B)
----.travis.yml(84B)
----test-node.js(932B)
----README.md(2KB)
----client.js(2KB)
----.gitignore(30B)
----index.js(431B)
----karma.conf.js(2KB)
----package.json(1KB)