Hello, I have following codesandbox projects for many years. Thank you for let these excellent codes open source.
When I test nodebox-runtime in local machine accoding to https://sandpack.codesandbox.io/docs/advanced-usage/nodebox. I found that we need to load some runtime support resouces from https://nodebox-runtime.codesandbox.io and https://rm127lp-3000.nodebox.codesandbox.io.
My question is that how to use nodebox-runtime without any online resource's support? Because users in my area can't load these resouces without VPN.
I think it will be better if we have a pure node js runtime in browser. We can run it without load any other online resources when in running period.
Thanks.
Hello, I have following
codesandboxprojects for many years. Thank you for let these excellent codes open source.When I test
nodebox-runtimein local machine accoding tohttps://sandpack.codesandbox.io/docs/advanced-usage/nodebox. I found that we need to load some runtime support resouces fromhttps://nodebox-runtime.codesandbox.ioandhttps://rm127lp-3000.nodebox.codesandbox.io.My question is that how to use
nodebox-runtimewithout any online resource's support? Because users in my area can't load these resouces withoutVPN.I think it will be better if we have a pure node js runtime in browser. We can run it without load any other online resources when in running period.
Thanks.