I am working on a rails app and i want to add a chat functionality just like facebook. does anyone know how i can go about it. i am kinda new to rails so the task is quit difficult form me to accomplish
Asked
Active
Viewed 1,758 times
-2
-
https://pusher.com/tutorials/realtime_chat_widget#/lang=rb does the trick – Max Sep 15 '15 at 04:40
1 Answers
4
Messaging is a very difficult thing to do. I would stay away from it if you're new to Rails or web programming in general.
Otherwise, if you're up for a challenge, check out what I've answered on this question.