ruby on rails - Are there any videochat web applications that use the Pusher API to handle communication between user's sockets? -


i plan on using pusher api videochat web application building interested in seeing different ways pusher api can used handle connecting users, disconnecting users, etc. familiar socket.io advice on how transition pusher api appreciated.

recommendations github projects appreciated. +1 rubyonrails projects

http://pusher.com/

pusher offers presence used forum-like functionality:

  • a user subscribing channel , getting list of other users on channel
  • a notification when user leaves channel
  • a notification when user joins channel

you can information on client (javascript, mobile etc.) , on server via webhooks.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -