[Qt-interest] Qt programs that I can run in browser
Bob Hood
bhood2 at comcast.net
Sun Feb 20 18:28:30 CET 2011
On 2/20/2011 9:26 AM, Nicholas Shatokhin wrote:
> But, Wt is a C++ to and compiling to JavaScript.
>From the Wt main page:
"For example, if available, Wt will maximally use JavaScript, Ajax and even
WebSockets, but applications developed using Wt will also function correctly
when JavaScript is not available. Wt will start with a plain HTML/CGI
application and progressively enhance to a rich Ajax application if possible.
With Wt, security is built-in and by default."
I think you're misunderstanding what Wt is doing. Your C++ is not compiled
into javascript. It is compiled into native binary, and Wt generates the
necessary HTML/javascript/etc. in order to make your C++ function on the Web
page as "cgi-bin".
More information about the Qt-interest-old
mailing list