Mongoose: browser should not open

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?

+4
source share
1 answer

Add a line start_browser noto the file mongoose.conf. Make sure the file mongoose.confis in the same directory as mongoose.exe.

+2
source

Source: https://habr.com/ru/post/1538338/


All Articles