What my team needs is straightforward: we are working on a console app project and we require a function that opens a basic window displaying only HTML (default system-based) with JavaScript rendering. This window should read a default HTML+JS string (either from a string or const char*). We aim to integrate our own API with the default JS API so that when JS calls our.function(argument);
, our C++ application can execute a function like couting the argument value. How can we implement this on Windows?