
Chromely
Chromely is a lightweight alternative to Electron for .NET/.NET Core developers. Chromely is a .NET/.NET Core HTML5 Chromium desktop framework. It is focused on building apps using embedded Chromium (Cef) without WinForms or WPF. Chromely uses Windows and Linux native GUI API as chromium hosts. It can be extended to use WinForms or WPF. Main form of communication with Chromium rendering process is via Ajax HTTP/XHR requests using custom schemes and domains (Xilium.CefGlue, CefSharp), .NET/Javascript integration (CefSharp), Generic Message Routing (Xilium.CefGlue). With Chromely you can build SPA HTML5 desktop apps with or without Node/npm. Building SPA (Single Page Applications) using javascript frameworks like Angular, React, Vue or similar are easy. You can use Visual Source Code or any IDE you are familiar with as long as Chromely knows the entry html file from the compiled files. Please see more info @ https://github.com/mattkol/Chromely/wiki/Chromely-Apps .