I have made recently some test with node.js<->uniGUI and I got three paths to make it work:
1- Consume node.js (as server) and do requests by uniGUI server directly to its service port. Work so far. Small projects.. no problems.
2- Some projects design to run ONLY in node.js with dependencies (hard stuff... complex) I had some problems in some projects. Looks like a dead end. Start the app like in "index.js" or "server.js", that are very usual ways to start their apps, seems not to work in uniGUI doing simple injection (a lot of erros but major Ext.JS bell and alarms). Got just one project that runs ok using uniURLFrame and inject the JS Code.
3- Using CEF4Delphi and inject when working in server mode chromium. Very similar to node.js but a lot of problems with packages and dependencies in node.JS (the original project).
My goal: open in uniGUI any node.js designed project. Or at least, handle better how circumvent the major issues.
Any expert in node.js with some tips on this subject ?
Thanks in advance.