Name Date Size #Lines LOC

..--

mount-origin/H25-Apr-2025-538432

CMakeLists.txtH A D25-Apr-2025826 2822

README.mdH A D25-Apr-2025321 1912

lws-fts.indexHD25-Apr-2025324.8 KiB

minimal-http-server.cH A D25-Apr-20253.1 KiB12795

the-picture-of-dorian-gray.txtH A D25-Apr-2025451.2 KiB8,9057,240

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