I am developing a project to complete my research. This project basically works as a server, is cross-platform, and is developed in C ++.
I was wondering if it is possible to create a web interface that can be used, for example, a listener design template to register what the program does. This will be a cross-platform and ideal because the program should run on a remote server.
My question is: are there any web technologies that allow me to update my web page in real time when the program is recording something. I know that this is something unusual, and I'm not an expert in the field of web technologies, so I ask.
Will Erlang do this?
thanks for the help
EDIT: To give a more concrete example, I would like to be able to follow my program live and see how my program logs appear on the page. The idea would be to use a webpage, for example, I would use WPF on Windows or GTK for Linux. As someone said, it will be some kind of monitor view for my application.
source share