Joseph-N / chatty

Chatty is a Gmail like instant chat application implemented in rails using private_pub gem
http://goo.gl/l3e8zN
93 stars 85 forks source link

Chat Window Pop-up Notification #4

Closed Mubashwer closed 2 years ago

Mubashwer commented 9 years ago

Hello, I made some changes so that whenever someone messages you, your chat window would popup.

This is done via subscribing to notificationsX channel for each user at every page. Whenever someone messages, he publishes at that receiver X's notificationX channel with the conversation details. Then the conversation is opened via jquery.