Action Cable is an open source technology shipped to us with Ruby On Rails 5. It uses websockets instead of traditional HTTP protocol and allows 2-way asynchronious data transfer.
How to disconnect a client in Action cable (rails 5)? I would like the user to be completely disconnected (similar to …
ruby-on-rails actioncableI'm trying to create a simple chat-like application (planning poker app) with Action Cable. I'm a little bit confused by …
ruby-on-rails websocket actioncableI am using Jelastic for my development environment (not yet in production). My application is running with Unicorn but I …
nginx jelastic ruby-on-rails-5 actioncableI am trying to run an app with rails 5.0.0beta3 and websockets. I have everything working locally on development but …
ssl nginx ruby-on-rails-5 actioncable