nodebox-runtime
nodebox-runtime copied to clipboard
Nodebox is a runtime for executing Node.js modules in the browser.
Bumps [fastify](https://github.com/fastify/fastify) from 4.7.0 to 4.10.2. Release notes Sourced from fastify's releases. v4.10.2 ⚠️ Security Release ⚠️ Fix for "Incorrect Content-Type parsing can lead to CSRF attack" and CVE-2022-41919 Full...
I am trying to run jest test but it is not even starting. I am trying the reason behind at least a log why it did not run. here is...
Why can't I run it when I switch the version? '@next/swc-wasm-nodejs': '13.1.6', next: '13.1.6',
Hi, I'm running into multiple issues with Nodebox trying to run a fairly standard Express app. Here's my sandbox: https://codesandbox.io/p/sandbox/nodebox-issue-vty6zs Here are my issues: ```ts // 1. // These appear...
I am sending JSON using `res.json` in Express. In this case `Content-Type` of res headers should be `application/json`. But in Nodebox Runtime it is changed to `text/html`.  And ``...
I'm trying to run this example app: https://github.com/abstractalgo/webcontainer-github It fetches an example React app repo from Github and tries to run it within Nodebox. The example runs well with WebContainers,...
## Context I was trying out some socket connections that relied on `https.request` inside Nodebox when I first saw the following error: ``` Mixed Content: The page at 'https://nodebox-runtime.codesandbox.io/worker-360phrzywik3ot71qeou7g44viv8u49.js' was...
Hello. Thank you for great tool! I got an error `caught (in promise) Error: Failed to get shell by ID "clgq7p3tt0000039oy36i7ge6"` when running TypeScript express server. It looks like there...
I know that Nodebox is intended for small application/demonstration purposes, and given the practical limitations, I suspect the answer is no, but, given the capabilities of our own products that...
# Bug report ## Packages affected - [ ] sandpack-client - [x] sandpack-react ## Description of the problem The default `vite-react` sandpack setup doesn't work in iOS safari ```jsx import...