by Jonovono on 4/18/25, 3:00 PM with 1 comments
by Jonovono on 4/18/25, 3:00 PM
This provides an alternative way to build powerful UIs in electron without having to go through the IPC layer by instead treating your main process like a "server" that just sends HTML directly to the renderers. That way your views can directly make use of any node module or data on the main side. All without actually starting a server!
Let me know if there are any side by side examples youd like to see!