I have a web application which I want to distribute as a standalone desktop application. Ways to do so I discovered so far are based on Node.js and/or Chromium (and seem to be rather complicated).
I also know about Prism project (now discontinued) and ways to embed Gecko into another application (not exactly what I want). Theoretically, I could also set up portable Firefox distribution tweaked for kiosk-like mode through extensions/config files.
Besides that, is there something from Mozilla I could use?
So basically you are looking for something like Electron, but with Firefox’ browser engine.
I think with Gecko they had sometries, but discontinued it, as it did not really worked glad. I think with Servo one aim is to make it possible to distribute it as a standalone application, independent from Firefox.
Can you use Servo for that right now, or is it just something expected to be made possible later?
Yes, I’m looking for something like Electron, but which wouldn’t require end users to install Node and run command line (and also preferably something easier to set up for me).
Is it something you can now do with Servo, or is that something that is anticipated to be viable in the future? Yes, I’m looking for something similar to Electron, but without the need for end users to install Node and use command-line interfaces.