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
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.
- pusher presence demo: https://github.com/pusher/pusher-presence-demo
Comments
Post a Comment