Pub/sub implementation in nodeJS

后端 未结 5 1074
滥情空心
滥情空心 2021-01-31 00:23

I\'ve been playing around with different publish/subscribe implementations for nodeJS and was wondering which one would be best for a specific application. The requirements of t

5条回答
  •  爱一瞬间的悲伤
    2021-01-31 01:01

    FYI Socket.io v0.7 will support channels and should simplify your existing code (no more pub/sub lib dependencies)

    See: http://cl.ly/0B0C3f133K1m3j422n0K

提交回复
热议问题