From: James Coglan Date: 2010-07-20T07:06:21+09:00 Subject: [ANN] Faye 0.5: WebSockets, protocol extensions and CometD integration --001636c5a557351ed0048bc4c7ed Content-Type: text/plain; charset=ISO-8859-1 Hi all, I've just released Faye 0.5. Faye is an easy-to-use publish-subscribe messaging system for Ruby, Node.js and web browsers, based on the Bayeux protocol. It lets you send messages between web clients without worrying about pesky problems like client identification, network dropouts or transport differences. The big highlights in this release: * Use WebSockets in the browser where possible * Compatibility with CometD servers and clients * An extension API to layer extra functionality onto the server and client * Handle multiple subscriptions per channel * Improve handling of network dropouts and server restarts More information is on my blog, and on the Faye website: http://blog.jcoglan.com/2010/07/19/faye-0-5-websockets-protocol-extensions-api-and-cometd-integration/ http://faye.jcoglan.com -- James Coglan http://jcoglan.com +44 (0) 7771512510 --001636c5a557351ed0048bc4c7ed--