The xmlrpc_cluster.py file starts an XML-RPC server that listens for incoming connections from the workers. When a worker connects, the server adds it to a list of available workers. The xmlrpc_server ...
my-widget/ ├── src/ │ ├── index.html # Widget entry point │ ├── garlic-widget.js # Parameter helper class │ ├── config.xml # W3C Widget manifest + CMS parameters │ ├── icon.png │ └── icon.svg ├── ...