Desktop apps/Deno-webview

From Adam Meola - wiki
< Desktop apps
Revision as of 17:52, 2 September 2020 by Adam (talk | contribs)
Jump to navigation Jump to search

Deno Webview

Deno is an alternative to NodeJS.

It has many of the same goals as Node, though is guided by different ideologies and security models.

In the case of Deno Webview, we're talking about using deno to build a desktop app.


Deno Webview is FAR lighter than Electron, but less mature, has less system access, and renders inconsistently across operating systems.


If you need to make a simple app that doesn't interact with the operating system too much, this may be the framework


Official documentation available here: https://denotutorials.net/making-desktop-gui-applications-using-deno-webview.html