Steps towards implementing require() in Carlo
Author: trusktrCreated Apr 5, 2019Updated Jul 4, 2019
Hello, I'm coming from Electron, and would like to be able to import Node.js modules on the front end.
Some questions:
- Is this architecturally possible, or is there a limitation? Is data from Node passable by reference? (If data from Node is always serialized and not passable as a reference, then that puts up a road block)
- If possible, what steps might I take towards starting?
Source: GoogleChromeLabs/carlo