• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

mount-origin/23-Nov-2023-143137

CMakeLists.txtD23-Nov-20232.1 KiB8171

README.mdD23-Nov-2023565 2415

minimal-ws-server-pmd.cD23-Nov-20232.8 KiB10973

protocol_lws_minimal.cD23-Nov-20234.5 KiB194133

README.md

1# lws minimal ws server + permessage-deflate
2
3## build
4
5```
6 $ cmake . && make
7```
8
9## usage
10
11```
12 $ ./lws-minimal-ws-server
13[2018/03/04 09:30:02:7986] USER: LWS minimal ws server | visit http://localhost:7681
14[2018/03/04 09:30:02:7986] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 on
15```
16
17Visit http://localhost:7681 on multiple browser windows
18
19Text you type in any browser window is sent to all of them.
20
21For simplicity of this example, only one line of text is cached at the server.
22
23The ws connection is made via permessage-deflate extension.
24