Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

easily integrate socket.io and rails

I am using rails for more than 2 years now,,now I am building a real time application which is simple social network ,using private_pub gem for commenting and notifications ,I read about nodejs and I am learning it for the 3rd week now ,nodejs is really amazing platform ,,but I want to know how I can integrate nodejs and socket.io with my rails app for providing online/offline feature and also for chatting .

like image 859
Remon Amin Avatar asked Mar 01 '13 18:03

Remon Amin


1 Answers

You can check this post, it's a tutorial for integrating Rails + node.js + socket.io + redis

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

like image 102
Moustafa Samir Avatar answered Oct 19 '22 11:10

Moustafa Samir