文件名称:rodeo:Redis 和 Node.js 的实时通知
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-03 09:33:31
JavaScript
圈地 Redis 和 Node.js 的实时通知 安装 npm install rodeo 用法 var rodeo = require ( 'rodeo' ) ; rodeo . on ( 'message' , function ( notice ) { // Do something else! } ) ; rodeo . listen ( { } , function ( err ) { // Listening for messages... now let's submit a new message rodeo . submit ( { target : 'user::1234' , persist : true , message : 'Hello world!' }
【文件预览】:
rodeo-master
----.travis.yml(34B)
----bin()
--------index.js(2KB)
----package.json(609B)
----test()
--------storage.js(3KB)
--------index.js(3KB)
--------debt.js(774B)
--------adapter.js(1KB)
--------util.js(2KB)
----LICENSE.md(1KB)
----.gitignore(35B)
----lib()
--------storage.js(2KB)
--------index.js(6KB)
--------adapter.js(868B)
--------util.js(1024B)
----README.md(2KB)