Easy to integrate socket.io and rails

I have been using rails for more than 2 years, now I am creating a real-time application that is a simple social network using private_pub gem for comments and notifications, I read about nodejs and I learn it in the 3rd week now, nodejs is really awesome platform, but I want to know how I can integrate nodejs and socket.io with my rails application to provide online / offline functions, as well as for communication.

+5
source share
1 answer

You can check out this post, this is a Rails + node.js + socket.io + redis integration tutorial

http://liamkaufman.com/blog/2013/02/27/adding-real-time-to-a-restful-rails-app/

+6

All Articles