either make it work for node using the same file or create a separate component/extension/module that will go in node to work with the browser through IPC.
The usecase is not for it to be used in isolation but may be used with a browser instance. Some things cant be streamed directly to a browser.
communication between the 2 components assumes it's in electron.
either make it work for node using the same file or create a separate component/extension/module that will go in node to work with the browser through IPC.
The usecase is not for it to be used in isolation but may be used with a browser instance. Some things cant be streamed directly to a browser.
communication between the 2 components assumes it's in electron.