Wt - Write Web Applications in C++
It supports the major browsers (Firefox, IE, Safari, Konqueror and Opera) and can be developed on Windows or Linux. It's modern as well in its use of Ajax to update parts of web pages without redrawing an entire page and includes cookie/session support. You can't create web apps without those as HTML is a stateless protocol. It also adds GUI components including charting components. It works with standard web servers that use FastCGI (ie Apache) or has its own multi-threaded web server.
It has the longest Hello World example in any language though to be fair it does ask for your name and displays it! I've added a permanent link in the C++ Code library.
- Link to C++ Code Library


No comments yet. Leave a Comment