Questions tagged [autobahnjs]
17 questions
0
votes
2 answers
autobahn JS, what if RPC's callee is async?
In the documentation of autobahnJS is provided the following example to illustrate how to make setup a remote procedure call (RPC):
...
// 3) register a procedure for remoting
function add2(args) {
return args[0] + args[1];
}
…

Mikou
- 579
- 1
- 8
- 17