Hey,
Im trying to figure out a way to give a user a code editor in my platform to insert node code (including imports packages) and then run this user defined code with Sidecar - actual deploy the custom code function (node.js based) run it and then delete it
Think about all the cloud editor platforms or automations platforms that give you run any node.js code as part of a workflow for example, that use case exactly.
There is any way (even with tweaks needed) to make that happen with Sidecar ?
Thanks