juangburgos / WtDesigner

GNU General Public License v3.0
67 stars 24 forks source link

Wt 4.0 Support #24

Open CMLDMR opened 6 years ago

CMLDMR commented 6 years ago

Do you maintain this project? Wt 4.0 Has been released along time ago.

juangburgos commented 6 years ago

Sadly No! I started to invest time on it because I though I was gonna use it for work. But in the end it was decided to use a QWebSocket server in conjunction with QWebChannel to give a web interface to our C++ applications.

I'd say it was a good call because I did not see myself createing complex user interfaces in Wt. Is much better to create a REST service in your C++ application and then leverage any of the available web frameworks to create your user interface (I personally recommend Vue.js).