tree: 19362ebe39e58500ed4625fbe1f2552290e79a18 [path history] [tgz]
  1. CMakeLists.txt
  2. localhost-100y.cert
  3. localhost-100y.key
  4. minimal-http-server.c
  5. README.md
minimal-examples/http-server/minimal-http-server-h2-long-poll/README.md

lws minimal http server

build

 $ cmake . && make

Commandline Options

OptionMeaning
-dSet logging verbosity
-sServe using TLS selfsigned cert (ie, connect to it with https://...)
-vConnection validity use 3s / 10s instead of default 5m / 5m10s

usage

 $ ./lws-minimal-http-server
[2018/03/04 09:30:02:7986] USER: LWS minimal http server | visit http://localhost:7681
[2018/03/04 09:30:02:7986] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 on

Visit http://localhost:7681