Hello,

There is a computer where C++ program runs. I want to connect to it with a browser an see the data in the browser. The data is calculated by the C++ program.
As i understand there must be web server on computer to connect to it with a browser.
The JavaScript is a client side language but somehow it must get data from the C++ program.
I'm not sure how can i implement this.