Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
mount-origin/ | 03-May-2024 | - | 204 | 178 | ||
CMakeLists.txt | D | 03-May-2024 | 2.1 KiB | 81 | 71 | |
README.md | D | 03-May-2024 | 503 | 22 | 14 | |
minimal-ws-server-pmd-bulk.c | D | 03-May-2024 | 3.9 KiB | 144 | 99 | |
protocol_lws_minimal_pmd_bulk.c | D | 03-May-2024 | 7.4 KiB | 257 | 191 |
README.md
1# lws minimal ws server + permessage-deflate for bulk traffic 2 3## build 4 5``` 6 $ cmake . && make 7``` 8 9## usage 10 11``` 12 $ ./lws-minimal-ws-server-pmd-bulk 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 in your browser 18 19One or another kind of bulk ws transfer is made to the browser. 20 21The ws connection is made via permessage-deflate extension. 22