Is there a way to use callbacks in grasshopper to interface with exterior or multiple components?
I can see there is some onPingDocument from this post but I am not sure it can be used in this way.
For example, a gh component is continuously running and looking at a web server. When some item is uploaded to the server, it downloads it and displays in Rhino. The callback point is that other components should be able to run while the other one is waiting.