0rpc / zerorpc-node

zerorpc for node.js
http://www.zerorpc.io
Other
705 stars 167 forks source link

duplex #68

Closed vinnitu closed 8 years ago

vinnitu commented 8 years ago

can client send events to server? like socket.io

bombela commented 8 years ago

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 https://github.com/0rpc/zerorpc-node/issues/68