<?xml version="1.0" encoding="UTF-8"?>
<instructionals module="QtWebChannel">
    <examples>
        <example name="Qt WebChannel ChatClient HTML Example" docUrl="qthelp://org.qt-project.qtwebchannel.580/qtwebchannel/qtwebchannel-chatclient-html-example.html" projectPath="webchannel/chatclient-html/chatclient-html.pro" imageUrl="qthelp://org.qt-project.qtwebchannel.580/qtwebchannel/images/chatclient-html.png">
            <description><![CDATA[A HTML/JavaScript client that communicates over a WebSocket with a QWebChannel server.]]></description>
            <tags>channel,chatclient,html,web,webchannel</tags>
        </example>
        <example name="Qt WebChannel ChatClient QML Example" docUrl="qthelp://org.qt-project.qtwebchannel.580/qtwebchannel/qtwebchannel-chatclient-qml-example.html" projectPath="webchannel/chatclient-qml/chatclient-qml.pro" imageUrl="qthelp://org.qt-project.qtwebchannel.580/qtwebchannel/images/chatclient-qml.png">
            <description><![CDATA[A QML client that communicates over a WebSocket with a QWebChannel server.]]></description>
            <tags>channel,chatclient,qml,web,webchannel</tags>
        </example>
        <example name="Qt WebChannel ChatServer Example" docUrl="qthelp://org.qt-project.qtwebchannel.580/qtwebchannel/qtwebchannel-chatserver-cpp-example.html" projectPath="webchannel/chatserver-cpp/chatserver-cpp.pro" imageUrl="qthelp://org.qt-project.qtwebchannel.580/qtwebchannel/images/chatserver-cpp.png">
            <description><![CDATA[A simple chat server implemented using the QWebChannel C++ API.]]></description>
            <tags>channel,chatserver,web,webchannel</tags>
            <fileToOpen mainFile="true">webchannel/chatserver-cpp/main.cpp</fileToOpen>
        </example>
        <example name="Qt WebChannel Standalone Example" docUrl="qthelp://org.qt-project.qtwebchannel.580/qtwebchannel/qtwebchannel-standalone-example.html" projectPath="webchannel/standalone/standalone.pro" imageUrl="qthelp://org.qt-project.qtwebchannel.580/qtwebchannel/images/standalone-screenshot.png">
            <description><![CDATA[A simple chat between a server and a remote client running in a browser.]]></description>
            <tags>channel,standalone,web,webchannel</tags>
            <fileToOpen mainFile="true">webchannel/standalone/main.cpp</fileToOpen>
        </example>
    </examples>
</instructionals>
