Symmetric RPC with AutobahnJS

132 Views Asked by At

Using WAMP over Websocket, with AutobahnPy server and AutobahnJS client. I'd like to call a PRC method on the client from the server side, ie. I'd like my RPC to be symmetric. There is an example with symmetric RPC, but both sides are implemented in Python.

Is it possible to do it with a Javascript client? Looking through the docs and the source, I can't find a Javascript equivalent of registerForRpc function.

0

There are 0 best solutions below