stalinizer / wt

Wt, C++ Web Toolkit
http://www.webtoolkit.eu/wt
Other
0 stars 0 forks source link

What is Wt ?

Wt is a C++ library for developing web applications. It consists of:

It also contains a C++ ORM, which can be used in a web application (obviously), but can also be used on its own:

For more information, see [the homepage](http://www.webtoolkit.eu/wt "Wt homepage").

Dependencies

To build Wt from source you will need at least CMake (>= 2.4), and boost (version >= 1.41).

Optionally, you may want to add:

For the FastCGI connector, you also need:

Building

Generic instructions for Unix-like platforms or Windows platforms.

Bug Reporting

Bugs can be reported here http://redmine.webtoolkit.eu/projects/wt/issues/new

Demos, examples

The homepage, itself a Wt application, contains also various examples.