I'm busy with the creation of a collaborative application, where 2 users may edit the same data at the same time, without doing a full refresh of the HTML page (it is a huge table, as an excel sheet).
What is the best option in Rails 4 I have to push the modification from a user A to a user B ?
The ultimate goal should be to get an auto-update table like the one in google spreadsheet ! :-) I didn't find a recent (>2012) answer to this question... Is there a gem or a plugin that starts an automatic process on the server side ? How the manage the user subscriptions to udpates ?