Does Rails have anything that supports real-time events and communication with WebSockets and gracefully fallbacks to other techniques if WebSockets are not supported?
I would like the possibility to pub/sub events and messages for live chats and real time notifications.