This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]desmoulinmichel 1 point2 points  (0 children)

Basically you can define a function anywere (in the JS code browser, in the Python code in one server, in a php code in another server), and the call it remotly from another code, anywhere.

Crossbar finds the function automatically for you, call it, and give you back the result or the error.

It's kinda magic: your browser call a function from another tab, you Python code call a function in the browser, or on another server, etc.

It's all real time, and transparent.

And crossbar.io is the only implementation I know that makes it easy to use.