Server := GDCWebServer startSystem. server url | Note: this is the coco8 expression to start the server. Start server from U8 Welcome tool when running node8-android. |
Note that the server runs while the application is running in foreground, and it can be accessed from any computer in the network, e.g. via wifi (it do not require wires to connect from desktop to the phone; and the server can be accessed from another phone. | |
Actually, the SystemServer is a framework that we have implemented also for JX8 platform (running in all targets of the platform), so you can connect from anywhere to a S8 system hosting a running server. |
Note | Press the help icon in the topPane of each UI8 tool to learn more on the tool and connecting to remote smalltalk instances. |
/ | The system home page |
/hierarchy | Return an hierarchical description of the classes in the system. Hierarchy is idented with blanks. |
/snapshot | Return a snapshot of the running system |
/categories | Return the array of categories |
/category/categoryName | Return the sources of specified category |
/doIt/expression | Return the result of evaluating expression in the system |
/fileIn/expression | FileIn the expression in the system |
/ClassName | Return the fileOut of the class in the system named ClassName |
/classes | Return the list of classes Each line has the name of a class and it's category |