0rpc/zerorpc-node

Bidirectional

fuson opened this issue · 3 comments

Is it possiable?

@fuson I think you have to create two servers and from each you can connect to the other using a client.

Correct. Note that the protocol technically doesn't forbid it, it is simply not exposed in anyway, because it hard to get the API right without re-implementing the BSD stream socket API ;)

I need to implement bidirectional communication between PY and NodeJS.
What do you think - is it better to use "zerorpc" with two servers/clients or just plain "zmq"?