baukevw / realtime-rails

Realtime rails support. See website for documentation:

Home Page:http://mikeatlas.github.io/realtime-rails/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime Support for Rails

Note: This gem is a concept piece originally conceived 2013 and published early 2014. As of mid-2015, support for performant, native and scalable websockets are available in Rails. See ActiveCable - you probably don't necessarily need a pub/sub server and Node.js running anymore to achieve similar lightweight realtime bi-directional communication with a large number of connected clients to your Rails application.

Full documentation is available at:

http://mikeatlas.github.io/realtime-rails/

About

Realtime rails support. See website for documentation:

http://mikeatlas.github.io/realtime-rails/

License:MIT License


Languages

Language:Ruby 76.7%Language:HTML 23.3%