Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
mount-origin/ | 07-Sep-2024 | - | 163 | 153 | ||
CMakeLists.txt | D | 07-Sep-2024 | 829 | 29 | 24 | |
README.md | D | 07-Sep-2024 | 321 | 19 | 12 | |
minimal-http-server.c | D | 07-Sep-2024 | 11 KiB | 465 | 280 |
README.md
1# lws minimal http server 2 3## build 4 5``` 6 $ cmake . && make 7``` 8 9## usage 10 11``` 12 $ ./lws-minimal-http-server 13[2018/03/04 09:30:02:7986] USER: LWS minimal http 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 18 19