XIBLE
A visual programming language. Visit https://xible.io for more information.
Installation
Once you have Node.js installed, simply run;
sudo npm install -g xible
Start XIBLE
After installation is completed;
xible server start
- Navigate to http://localhost:9600. Or replace "localhost" with the actual address of the machine where you installed XIBLE.
Automatically start XIBLE
To automatically start XIBLE on boot;
sudo xible service enable
sudo xible service start
to start it immediately.
Browser support
The browser based graphical editor which comes with XIBLE is currently only supported by the Google Chrome browser; versions 53 and up.
Other browsers may work, but some editor functionality is unavailable if Shadow DOM v1 is not implemented. It will be possible to start, stop and delete flows, but deploying and saving is disabled. Also, the detail settings of nodes are not visible.