The application that I'm developing right now uses Chromium Embedded Framework to handle multiple display webapp.
The Mongoose executable is ran by the framework at run time. At the same time however, Mongoose runs an instance of Google Chrome.
As much as possible, I want to avoid this scenario. Is there a way to disable Mongoose from opening a browser but continue with the webserver execution?