B4J Question jRDC2 Server with WebClient

Binary01

Active Member
Licensed User
Longtime User
I run my jRDC2 server with mysql db on VPS server. I connect with android app on mobile and app.jar build with b4j is used to connect from computer. All apps are well done. Now I want to connect jRDC2 server from web browser without .jar file or app file. Can I get example or tutorial?
Thank.
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Now I want to connect jRDC2 server from web browser without .jar file or app file.
The short version is you can't. JRDC2 uses a B4x technology that doesn't have a counter part in JavaScript

The long story is that it is actually possible if you modify the JRDC2 to take JSON and send JSON, then you can process it with JavaScript.
 
Upvote 1
Cookies are required to use this site. You must accept them to continue using the site. Learn more…