Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
launch webservice using QML!
-
Hi,
Can I launch webservice using QML without using c++??
-
@jiji Check if Qt WebSockets fits your needs. http://doc.qt.io/qt-5/qtwebsockets-qmlmodule.html. If you need a low-level server like a TCP http server you have to use C++.