Home

Awesome

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.

Dependencies

To build Wt from source you will need at least CMake, boost, and a C++ compiler like GCC, Clang or MSVC. See the minimum dependency versions for an explanation about which versions Wt supports.

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.

License

Wt is available under two licenses:

See doc/licenses.md for an exhaustive list of the licenses used by Wt, source code from external sources included in Wt and common (optional) external dependencies.