launch webservice using QML!
Unsolved
QML and Qt Quick
-
wrote on 29 May 2017, 09:42 last edited by
Hi,
Can I launch webservice using QML without using c++?? -
wrote on 29 May 2017, 11:27 last edited by
@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++.
1/2