Few qs:
1) Is there something that n8n does that's not possible on Sim? 2) Is there a node to create custom stuff like n8n's code node? Possibly nodejs and python 3) Is it easy to import packages from npm or pip
61–63 of 63 posts
1) Is there something that n8n does that's not possible on Sim? 2) Is there a node to create custom stuff like n8n's code node? Possibly nodejs and python 3) Is it easy to import packages from npm or pip
Few qs: 1) Is there something that n8n does that's not possible on Sim? 2) Is there a node to create custom stuff like n8n's code node? Possibly nodejs and python 3) Is it easy to import packages from npm or pip
2) there is, we also have a code node that uses E2B to run code in isolated sandboxes. it supports python and ts/js
3) yes, in the code node you can use frameworks/libs since we do RCE