The application I'm currently developing uses the Chromium Embedded Framework to process multiple displayed web pages.
Mongoose executable is launched through the framework at runtime. However, however, Mongoose launches 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 to execute the web server?
source
share