|
|
|
|
|
by mattkol
2947 days ago
|
|
This is a html desktop app framework built on chromium/Cef. The front end (rendering process) is in HTML/CSS/js. The "backend" if you may, or the "browser" is in .NET C#. You still need both pair of HTML/CSS/js and C# to develop an app. However, you can use any frontend Javascript frameworks like Angular, React that may require transpiling. |
|