Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is NodeBox really compiled by a local browser without the need for a network? #47

Open
gitfei1231 opened this issue Aug 24, 2023 · 1 comment

Comments

@gitfei1231
Copy link

I want to ask a question, the documentation says that it runs completely in the browser, even if you don't need an Internet, but the links generated by the iframe after I run it are all official links

https:vu13f7e-3000.nodebox.codesandbox.io
https:nodebox-runtime.codesandbox.io

How could this link work without an Internet connection?

@DeMoorJasper
Copy link
Collaborator

All compilation and execution happens locally in the browser, but we still need to use some domain names to actually host nodebox.

These unique domains are for running the service worker proxies that forward the http requests from the iframe to the nodebox instance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants