Transform your IIS into a real-time pub/sub engine with Faye-Node
Posted by: Pablo M. Cibraro (aka Cibrax),
on 12 Dec 2011 |
View original | Bookmarked: 0 time(s)
Faye is a simple Http Pub/Sub server initially implemented by John Coglan in Ruby, and also later ported by himself to Node.js. The version for Node.js implements the Bayeux protocol, which at first glace, many of us known as http long polling. This project just represents another alternative to Socket.IO, which also works for client applications that are not necessarily implemented within a web browser. As many http pub/sub engines out there, Faye also uses the idea of channels for routing...