You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we would like to demonstrate (have an example for) is the ability of XBR/WAMP to transparently cross language boundaries, and have XBR buyers and sellers happily exchange data between them.
the whole example is written so that (in addition to a cfx edge node) all components can run concurrently (that is ABPy Buyer, ABPy Seller, ABJS Buyer, ABJS Seller, and once we have this issue resolved, also ABJ Buyer and ABJ Seller)
The text was updated successfully, but these errors were encountered:
ABJ now supports both the XBR seller and buyer roles
There also is an example here https://github.com/crossbario/autobahn-java/tree/master/demo-gallery/src/main/java/io/crossbar/autobahn/demogallery/xbr
What we would like to demonstrate (have an example for) is the ability of XBR/WAMP to transparently cross language boundaries, and have XBR buyers and sellers happily exchange data between them.
To that end, we already have this:
which includes ABPy and ABJS.
It would be great to have an ABJ/Netty component there as well, in a new folder
java
, which replicates the functionality of seller.py and buyer.py in https://github.com/crossbario/crossbar-examples/tree/master/xbr/teststack1/pythonthe whole example is written so that (in addition to a cfx edge node) all components can run concurrently (that is ABPy Buyer, ABPy Seller, ABJS Buyer, ABJS Seller, and once we have this issue resolved, also ABJ Buyer and ABJ Seller)
The text was updated successfully, but these errors were encountered: