maikCyphlock/jsrunner

Working on the new feature to support npm node_modules using Webcontainers

Opened this issue · 0 comments

Describe the solution you'd like
stackblitz uses webcontainers technology to allow node js and node_modules on the browser, WebContainers are a browser-based runtime for executing Node.js applications and operating system commands, entirely inside your browser tab. Apps that previously required cloud VMs to execute user code, in WebContainers can run entirely client-side with a number of benefits over the legacy cloud VM.

Describe alternatives you've considered
I am betting on this instead of jsdom solutions previously proposed #2 .

Additional context
https://webcontainers.io/guides/introduction