From 88946bbe209cb6148b4a3284077bb9a06c7bc1ef Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Fri, 12 Feb 2016 14:18:30 +0100 Subject: Doc: Remove reference to Qt Cloud service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-51087 Change-Id: I98190d1981c864ee3fc5dc6d7e5375527536adfd Reviewed-by: Topi Reiniƶ --- src/websockets/doc/src/overview.qdoc | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/websockets/doc/src/overview.qdoc b/src/websockets/doc/src/overview.qdoc index df080c1..3250828 100644 --- a/src/websockets/doc/src/overview.qdoc +++ b/src/websockets/doc/src/overview.qdoc @@ -90,23 +90,22 @@ for push notification when there is a change in price of a few stocks. The module provides both C++ and QML versions of the API, so you can choose the alternative that suits your need. -\section2 Qt WebSockets with Qt Cloud Services +\section2 Qt WebSockets with Cloud Services The client application usually depends on an external service for data. Most of these service providers do not support WebSocket yet, so you end up developing -a WebSocket-aware server application to bridge the gap. You can choose to run -the server on an enterprise WebSocket gateway service such as Qt Cloud -Services, avoiding the hassle of maintaining the necessary infrastructure -required to host such a service. +a WebSocket-aware server application to bridge the gap. You can run the server +on an enterprise WebSocket gateway service such as a cloud service, avoiding +the hassle of maintaining the necessary infrastructure required to host such +a service. -The Qt Cloud Services provides a Managed Application Runtime (MAR) backend, -which enables deploying and running an instance of server application on the -cloud. The server instance running on MAR gets a WebSocket URL, which can be -used by the client applications to connect and receive data. +Most of the cloud Services provide a Platform as a service (PaaS) backend, +which enables deploying and running an instance of your server application on +the cloud. The client applications can connect to the running server using a +WebSocket URL and receive data. \section2 Related Information \list \li \l {http://tools.ietf.org/html/rfc6455}{WebSocket RFC 6455} -\li \l {https://qtcloudservices.com}{Qt Cloud Services} \endlist */ -- cgit v1.2.1