Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XBR: add ABJ to cross-language example #472

Open
oberstet opened this issue Feb 10, 2020 · 0 comments
Open

XBR: add ABJ to cross-language example #472

oberstet opened this issue Feb 10, 2020 · 0 comments

Comments

@oberstet
Copy link
Contributor

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/python

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant