Comet, Pub Sub, ActionCable
Comet and Pub/Sub and their implementations in the Rails ActionCable framework. Comet Comet is a technology (a web application model) that allows sending data to he client without any requests from the client side. The server decides when and what data it wants to transfer to the client. Alternative name of this technology is Push technology, in...
Read More