Difference between revisions of "Desktop apps/Deno-webview"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
− | Deno Webview is FAR lighter than [[Desktop apps/Electron|Electron]] | + | Deno Webview is FAR lighter than [[Desktop apps/Electron|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 |
Revision as of 17:52, 2 September 2020
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