Faye v0.5.0 Release Notes

Release Date: 2010-07-17 // almost 14 years ago
    • ๐Ÿ– Handle multiple event listeners bound to a channel
    • โž• Add extension system for adding domain-specific logic to the protocol
    • ๐Ÿ‘Œ Improve handling of client reconnections if the server goes down
    • ๐Ÿ”„ Change default polling interval to 0 (immediate reconnect)
    • โž• Add support for WebSockets (draft75 only) as a network transport
    • โœ‚ Remove support for Ruby servers other than Thin
    • ๐Ÿ‘‰ Make client and server compatible with CometD (1.x and 2.0) components
    • ๐Ÿ‘Œ Improve clean-up of unused server-side connections
    • ๐Ÿ”„ Change Node API for adding Faye service to an HTTP server