I'm trying to make a quiz game with electron, where client can open quiz page on localhost:8888
on their mobile phone.
The question is, can you make a web server application with electron, with shipping encrypted server.js (express.js script) and the user that install my app to NOT REQUIRED TO install node.js?
My app might look like this:
|-----------------------------|
|QuizApp Window _ [] x|
|-----------------------------|
|Open 192.168.1.1:8888 |
|to start game on your mobile |
| |
-------------------------------