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.
source
share