说明:主题派遣
一种使用AMQP样式匹配规则将功能绑定到主题的方法。 没有针对“主题搅动”很多的情况进行优化。
它可能不适合您。 请查看Jim Cowart的或 。
原料药
const topics = require ( 'topic-dispatch' )
topics . on ( '*' , ( topic , event ) => { } ) // catch all
topics . on ( '#' , ( topic , event ) => { } ) // catch
<weixin_42113794> 上传 | 大小:115kb