nodebox-runtime
nodebox-runtime copied to clipboard
Nodebox is a runtime for executing Node.js modules in the browser.
Is it possible to run a simple nestjs project in NodeBox?
I'm using the https://codesandbox.io/p/sandbox/nodebox-next-js-example-ji27x8?file=%2Findex.js%3A8%2C11 from the link in your readme page. It doesn't work. The iframe is empty. There's no Hello John. When I try run on my local desktop...
I've come back to Nodebox after some months, only to find that my previously working examples no longer work. The odd thing is that your online version here works: https://codesandbox.io/p/devbox/priceless-bash-nlrrz4...
When I try to pass the arguments `-C foo` (or equivalently`--conditions=foo`) to the node process, it exits with status code 1. Are conditional export resolution conditions supported by Nodebox? If...
Really nice work! I threw together a quick [demo](https://codesandbox.io/p/sandbox/purple-monad-xnfvye) of trying to run an unmodified build of Yarn within Nodebox; it almost works, which would be incredibly useful for writing...
I been doing a lot of research and I found [wasm-webterm](https://github.com/cryptool-org/wasm-webterm) very interesting. There are also other wasm terminal but I don't know if they support custom commands. Sadly codesandbox...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Quoting from the current Github [codesandbox/nodebox-runtime](https://github.com/codesandbox/nodebox-runtime) docs: > Although the **runtime environment can be self-hosted**, we will use the default one pointing to the deployed Nodebox instance on CodeSandbox servers....
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...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.15 to 2.9.16. Changelog Sourced from vite's changelog. 2.9.16 (2023-05-26) fix: port #13348 to v2, fs.deny with leading double slash (#13350) (7d8100a), closes #13348 #13350 Commits ea814d7...