Questions tagged [wt]

Wt (pronounced as witty) is a C++ library for developing interactive web applications.

Wt (pronounced as witty) is a C++ library for developing interactive web applications. The framework is structured around widgets using signals and slots to drive interaction in the application. The framework comes with automatic fall-back for browsers which don't support the level of Javascript used in creating the application interface, such as web crawlers. WebSocket connections are supported out of the box. The framework provides extended built-in security, including XSS, CSRF and application logic attack prevention.

Bug reports, feature requests and official support requests should be posted here.

201 questions
-1
votes
1 answer

Tables in the Charts example have no frames

I am new in Wt. I installed Wt from http://sourceforge.net/projects/witty/files/wt/3.3.5/Wt-3.3.5-rc2-msvs2013-Windows-x64-SDK.exe/download with all the compiled binaries including the examples to my Win7 x64. I didn't compile anything yet. I just…
Bush Walker
  • 91
  • 1
  • 5
-1
votes
1 answer

How these to platforms compare in performance namely staff-wsf and wt?

How these to c++ web service framworks compare in performance namely staff-wsf and witty?
twid
  • 6,368
  • 4
  • 32
  • 50
-1
votes
1 answer

Django or C++ web framework (for example, WT) for huge project in the web

I'm trying to find a suitable web framework for a huge project. I'm looking for a web framework. Executive power is high, but I have no experience working with both on the web. Django is easy to work with. Would I use Django or C++? If a C++ based…
no camer
  • 185
  • 1
  • 3
  • 15
-2
votes
1 answer

Exception during connecting to postgresql database using wt c++ library?

I`m trying to connect to postgresql database which name is "galaxydatabase" and I encountered an unhandled exception. Source code: #include #include namespace dbo = Wt::Dbo; void run() { …
user3455638
  • 569
  • 1
  • 6
  • 17
-3
votes
3 answers

How to stop wt c++ writing to stdout (console)

Wt is a C++ framework and it, like many others, write the results from events to stdout aka console. While other side of the application what is in use, also writes to it, all this info gets cluttered together and is hard to read. The aim is to…
Levi
  • 141
  • 1
  • 9
-4
votes
1 answer

how do i use C++ and javascript in web development?

I have seen lots of companies using multiple languages for web development (google , Facebook, Amazon, WordPress, Yahoo, etc), how is it possible to use different languages on a single web page?
X caliber
  • 52
  • 4
1 2 3
13
14