Replies: 1 comment 2 replies
-
I think you're mostly asking for importing/resolving modules. That isn't implemented, and would require work to expose that from libv8. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if it is possible to execute a folder 📁📂 in which there's an entire Node JS application instead of only some small scripts. Let's say I have a node folder in which I add regularly new apps and each time I add an app I can dynamically trigger a new VM context for that folder and let's say open the browser at http://localhost:12777/nodejs/mynewapp.
Beta Was this translation helpful? Give feedback.
All reactions