Comment on WebWindow, a cross-platform webview library for .NET CoreComments−gfodor6ythis is really interesting! i'm wondering if there's a variant of this project out there that still uses node/javascript, but similarly avoids the chromium packaging and leans on the OS's rendering engine.−91edec6yThere was Electrino a couple of years ago but it looks dead. https://github.com/pojala/electrino−tracker16yAlso mentioned in another thread:https://github.com/GoogleChromeLabs/carlo−chabad3606yit seems that this could support node, just not directly like electron (i.e. you'd have to start a separate node server and point webwindow to that).
Comments
this is really interesting! i'm wondering if there's a variant of this project out there that still uses node/javascript, but similarly avoids the chromium packaging and leans on the OS's rendering engine.
There was Electrino a couple of years ago but it looks dead. https://github.com/pojala/electrino
Also mentioned in another thread:
https://github.com/GoogleChromeLabs/carlo
it seems that this could support node, just not directly like electron (i.e. you'd have to start a separate node server and point webwindow to that).