Difference between revisions of "Desktop apps/Deno-webview"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==Deno Webview== | ==Deno Webview== | ||
− | |||
Deno is an alternative to NodeJS. | Deno is an alternative to NodeJS. | ||
Line 8: | Line 7: | ||
− | Deno Webview is FAR lighter than | + | Deno Webview is FAR lighter than [[Desktop apps/Electron|Electron]] |
Revision as of 17:49, 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