How to implement Bi-directional communication in Pusher with Node.js?
How to trigger events from client and receive it in server node.js / express.js?
After reading through the docs of pusher there is information only about one way communication that is from server to client , here server is triggering an event in a particular channel and client is binding to that particular event after subscribing. But i need whole process other way around .