[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[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

  1. 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
    1. on Android: open the settings page, goto to about this device, network information
    2. on iOS: open the wifi settings, and press [i] icon to see the IP
  2. Open an internet browser
  3. 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?

  1. Open a workspace
  2. Evaluate expressions like the following with showIt

In case you want to run some tests from this swiki, you can evaluate in a workspace:
Cmd8Client <= 'SwikiCodeRobot @> #(test nodeJS)'