文件名称:meteor-masstransit:流星与MassTransit之间的消息传递管道
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-22 15:47:33
JavaScript
流星过境 流星与MassTransit之间的消息传递管道。 很大程度上基于项目。 添加了几项内容,以使其在Meteor中更容易使用。 安装 meteor add jsposer:masstransit 例子 一些使您入门的。 入门 在服务器上 发送,和选项。 //In this case we are connecting to localhost and listening on a new queue named myQueue MassTransit . init ( { connection : { host : 'localhost' } , queue : { name : 'myQueue' } , exchange : { type : 'fanout' } } ) ; //Tell it what message type
【文件预览】:
meteor-masstransit-master
----package.js(1KB)
----tests()
--------client()
--------server()
----.gitignore(107B)
----lib()
--------masstransit-client.js(1B)
--------masstransit-both.js(400B)
--------masstransit-server.js(4KB)
----README.md(2KB)