NodeJS without nodejs running directly in your browser.
What if you could run nodejs applications directly in your browser or any other runtime that supports the 3 core interfaces fs, launch, watch? Correct you can do so already this implements the most often used nodejs apis to port legacy apps to the Web Browser Stack.
The Main product is a NodeJS Compatible Loader Implementation that allows loading of CJS and ESM code. Node Native Modules are not supported you will understand why if you follow the development process of chromium in short v8 got the core of everything even the IPC it Self this allows it to act as Scriptable Capability Protocol and Interface Definition Language.