tree: fd75f830db89680540cdd1195cf4fd7135e2f74b [path history] [tgz]
  1. CMakeLists.txt
  2. minimal-ws-server-echo.c
  3. protocol_lws_minimal_server_echo.c
  4. README.md
minimal-examples/ws-server/minimal-ws-server-echo/README.md

lws minimal ws server + permessage-deflate echo

This example serves no-protocl-name ws on localhost:7681 and echoes back anything that comes from the client.

You can use it for testing lws against Autobahn (use the -p option to tell it to listen on 9001 for that)

build

 $ cmake . && make

usage

Commandline optionMeaning
-d Debug verbosity in decimal, eg, -d15
-p portPort to connect to
-u urlURL path part to connect to
-oFinish after one connection
 $ ./lws-minimal-ws-server-echo
[2018/04/24 10:29:34:6212] USER: LWS minimal ws server echo + permessage-deflate + multifragment bulk message
[2018/04/24 10:29:34:6213] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 off
...