onnex:RPC 和发布订阅

时间:2024-07-28 01:32:25
【文件属性】:

文件名称:onnex:RPC 和发布订阅

文件大小:11KB

文件格式:ZIP

更新时间:2024-07-28 01:32:25

JavaScript

昂尼克斯 rpc 和 subpub 安装 $ npm install onnex 例子 网络A 做服务员 var onnex = require ( "onnex" ) ; var onnexA = onnex . create ( ) ; onnexA . addFunction ( "multi" , function ( a , b ) { var cb = Array . prototype . slice . call ( arguments ) . pop ( ) ; cb ( null , a * b ) ; } ) ; onnexA . publish ( "time tick" ) ; setInterval ( function ( ) { onnexA . publish ( "time tick" , new Date ( ) . g


【文件预览】:
onnex-master
----package.json(418B)
----onnex.js(15KB)
----README.md(837B)
----test()
--------test.function.js(706B)
--------test.function.reconnect.js(1KB)
--------test.pubsub.lot.connection.js(997B)
--------run(176B)
--------test.function.timeout.force.js(1KB)
--------test.pubsub.reconnect.js(847B)
--------test.parallel.js(1KB)
--------test.pubsub.js(959B)
--------test.function.error.js(587B)
--------test.function.timeout.js(1KB)
--------test.pubsub.lot.js(956B)
--------test.bind.js(209B)
--------test.socket.error.js(224B)

网友评论