[JX8] How to access the S8 environment published by a JX8 server
A JX8 system publish an U8 development image through HTTP protocol.
So, you can access the U8 development tools embedded in a page that is downloaded from the server, and any other resource (files) provided by the server using s8.
Steps to access the U8 development image published by a running JX8 server
Find the IP address of the server, it can be "localhost" (if it is running in the same computer), a local IP in your network, etc. If JX8 is running in a phone/tablet/device you can get the IP of the device doing
on Android: open the settings page, goto to about this device, network information
on iOS: open the wifi settings, and press [i] icon to see the IP
Open an internet browser
Enter the URL http://{ipOfJX8Server}:8080
The U8 page should open and run from resources provided by JX8.
How to Send commands to be evaluated by the JX8 Server?
Open a workspace
Evaluate expressions like the following with showIt
Cmd8Client '3+7'
In case you want to run some tests from this swiki, you can evaluate in a workspace: