Experiences using Wt C++ framework?

Viewed 22418
  • Has anyone seriously used Wt?
  • Did it work well?
  • Did you experience certain limitations? Or advantages?

Wt is a C++ library for developing web applications.

Please avoid the discussion of whether C++ is a good language for web development. I just want to give Wt a try because it seems like it could be a fun thing to do.

6 Answers

Made a todo list app using it. works great, no problems.

Related