I have an electron app which controls some devices over the network. I was wondering if there is a way to run this app on a Ubuntu Core computer and use the all as the GUI so there is no window manager or anything involved. On boot it would just start the app. Is this possible? How would I go about doing something like that?
Asked
Active
Viewed 452 times
1
-
I'm voting to close this question as off-topic because it's not a programming question. Try [ubuntu.se]. – Keith Thompson Jul 01 '16 at 16:07
1 Answers
0
I don't understand what you mean by "the all".
But just a guess, would not NW.JS be better for you? It's got less desktop GUI hooks than electron, more of a basic HTML page approach on the UI side.

charles ross
- 570
- 4
- 15