Skip to content

Details

One of the biggest features coming up in Rails 5 is Action Cable, rails implementation of WebSockets. WebSockets allow the server to communicate back to the client without additional client requests. This removes the need for server “polling” and improves performance. Learn how to use this new web technology.

Members are also interested in