aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websockets/qmlwebsocketserver/qmlwebsocketserver.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant options and a stray defineJesus Fernandez2018-08-171-1/+1
| | | | | Change-Id: Ic7ce11f1631197e6ee019b66c0d7ec56590c5ab5 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* add example installsOswald Buddenhagen2016-05-061-0/+3
| | | | | Change-Id: I49d9fda43374776685d2ab1fa653287447d34028 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Add initial support for a declarative WebSocketServer.Milian Wolff2014-07-021-0/+13
It comes with basic support for setting up a non-secure server listening on an arbitrary host and port. The name can be set, and whether the server should be listening or accept connections. The error string is also available via a property. When a client connects, a clientConnected(QQmlWebSocket*) signal is emitted. To showcase the usage and functionality, a new qmlwebsocketserver example is added which behaves similar to qmlwebsocketclient. It simply sends messages from a WebSocket to a local WebSocketServer which in turn sends a simple response. Change-Id: Ib6318155ed08cbeea47d820b709764d2e36dcc45 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>