Hello,
I was wondering if I could automate running a python script in Rhino6. Basically, I want to keep Rhino running and whenever I get a request from the web, import certain geometries to Rhino, run my python file in Rhino including operations on the geometries with RhinoCommon API, and retrieve modified geometries back in JSON format. Is this automation possible?