0rpc/zerorpc-node

duplex

vinnitu opened this issue · 1 comments

can client send events to server? like socket.io

In zerorpc only the client can initiate a bidirectional communication
to the server by sending an event. The server can only respond to events.
The server can then respond with one or more events.

On Fri, Apr 8, 2016, 09:00 Victor Sklyar notifications@github.com wrote:

can client send events to server? like socket.io


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#68