Hacker News new | ask | show | jobs
by parvenu74 2947 days ago
My apologies if this is explained somewhere and I simply didn't get it, but is the HTML5 app talking to a portable web server (Kestrel?) and the .NET web portion talking to the operating system or is this a case where .NET code is being invoked from the web app with via a JavaScript-to-.NET bridge of some sort? If the latter I'm massively interested.
1 comments

I think I've answered my own question: it's the latter: https://github.com/cefsharp/CefSharp

I think a sprint or two to document this project better would be massively helpful and I'm willing to volunteer.

Thanks for that. Please any help, no matter how small will be appreciated. Contributions, PRs are also accepted.