Had a fun idea for something to build with @deno.land tonight.
After a bit of tinkering it looks like it works & itβs insanely cool π
Iβll do write up about it & share soon
After a bit of tinkering it looks like it works & itβs insanely cool π
Iβll do write up about it & share soon
Comments
A single executable contains everything you need to run an app!
https://nuro.dev/posts/embed_vite_into_a_binary
Or is it launching the native web browser?
If we bundle a lite weight browser, then this is starting to look more like electron-right?
Throw in a webview for a possible Electron alternative: https://github.com/webview/webview_deno
Embed some assets for a game: https://github.com/littledivy/flappybird
Maybe even use Deno KV & Cron for a quick start backend
I like the webview option.
Thanks for the pointer.