Hi guys,
first time setting up a webserver, so be kind....pls...
I made a web application, written in c++ using this: http://www.webtoolkit.eu/wt
The way you would use the application in an html page is via .js call e.g. (see http://www.webtoolkit.eu/wt/blog/2010/12...n_requests for more)
the foo.js file would than call the c++ executable.
My question is if this is possible with sentora, and my approach to all of this is correct.
Thank in advance!
p.s. : not sure if my thread is in the right location so let me know if I need to change it
first time setting up a webserver, so be kind....pls...
I made a web application, written in c++ using this: http://www.webtoolkit.eu/wt
The way you would use the application in an html page is via .js call e.g. (see http://www.webtoolkit.eu/wt/blog/2010/12...n_requests for more)
Code:
<div id="test"></div>
<script src="http://www.myprettysite.com/foo.js?div=test">
</script>
the foo.js file would than call the c++ executable.
My question is if this is possible with sentora, and my approach to all of this is correct.
Thank in advance!
p.s. : not sure if my thread is in the right location so let me know if I need to change it