qtbase/tests/manual/wasm/network/echo_client_mainthread
Morten Johan Sørvig c676608442 wasm: add echo_client_mainthread example
This example connects an echo server running behind
WebSockify, on localhost.

For example, start websockify with

    websockify 1515 localhost:1516

to accept a webscoket connection on 1515 and forward
to echo_server at 1516.

Change-Id: Id71364e4ab8c46d3482b515fcd1b991b61d7404b
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
(cherry picked from commit 5548b940fb52715d2a25a6316c2b44c83fdbbcbc)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2022-07-14 08:56:25 +00:00
..