mimecorg / vuido

Native desktop applications using Vue.js.

Home Page:https://vuido.mimec.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question

opened this issue · comments

I really like the idea of html/js/etc to desktop app.
I really do NOT like the idea of a desktop app being dependent on listening to tcp/ip ports.

It looks like this one might not be...? is it? If so, then what's the alternative for getting input/data from the ui to the code[since ajax & not tcp/ip].

Are there any like that[besides vuido]?

I don't understand this question. There is no need to use any TCP/IP ports in order to create a GUI.

I'm guessing by "tcp/ip ports" you mean running a local web server and then opening the page in your browser.
If you want to use HTML and Javascript for a desktop app (package a website into a desktop app), take a look at Electron.
If you want your app to look like a native app (with JS and without HTML), you can use [libui-node], vuido or (https://github.com/parro-it/libui-node), proton-native.