Make AJAX Web Applications with C++
I’ve been playing around with Google Web Toolkit and Google App Engine in the past couple of months. I should be launching the web app soon. As my background is more in desktop programming I’m very impressed with the ease of use of GWT and App Engine. It integrates really nicely with Eclipse and makes making an AJAX enabled web app really easy because it generates all javascript for you.
A colleague at work send me a link to Wt. Which basically tries to do the same but does this with C++. It also has an embedded webserver which makes it ideal if you for instance want to run it on an embedded device because its resource usage is very low.
Dr. Dobbs has a nice article describing Wt.
I've been playing around with Google Web Toolkit and Google App Engine in the past couple of months. I should be launching the web app soon. As my background is more in desktop programming I'm very impressed with the ease of use of GWT and App Engine. It integrates really nicely with Eclipse and makes making an AJAX enabled web app really easy because it generates all javascript for you.
A colleague at work send me a link to Wt. Which basically tries to do the same but does this with C++. It also has an embedded webserver which makes it ideal if you for instance want to run it on an embedded device because its resource usage is very low.
Dr. Dobbs has a nice article describing Wt.
This entry was posted
on Saturday, September 19th, 2009 at 17:48 and is filed under Open Source, Websites.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.