Loading...
ooRexx rxapi daemon
The Open Object Rexx (ooRexx) rxapi daemon provides network-based API services that enable external applications to interface programmatically with the ooRexx interpreter, allowing for automation, scripting integration, and remote management capabilities..
Open Object Rexx (ooRexx) is an object-oriented scripting language descended from IBM Rexx, used primarily to streamline automation and integrate legacy Rexx scripts with modern systems.
The rxapi daemon listens on port 10010/TCP and acts as a network-accessible API gateway. It allows external processes or applications to interact with the ooRexx interpreter remotely, granting capabilities such as invoking scripts, querying script status, and managing execution contexts across distributed environments.
rxapi supports various request types and typically communicates over simple socket connections. The daemon extends ooRexx’s integration capabilities beyond local execution, facilitating distributed scripting automation and streamlined development workflows across networked systems.