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
I use Faye.js. Seriously the simplest pub/sub implementation I could find. Maybe this will help!