From e62de2b0f651dcd06e14d400c51e12cb9c1ebf4a Mon Sep 17 00:00:00 2001 From: amelia Date: Fri, 23 Feb 2024 19:17:20 +0000 Subject: Update readme.md --- readme.md | 60 +++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 41 insertions(+), 19 deletions(-) diff --git a/readme.md b/readme.md index d2458c0..ee14690 100644 --- a/readme.md +++ b/readme.md @@ -1,19 +1,41 @@ - -build with `clang -shared src/{*.c,*/*.c} -o llib.so -fPIC` - -or `clang -shared src/{*.c,*/*.c} -o llib.dll -L/mingw64/lib -llua -lws2_32 -fPIC` for my msys2 build - -useage and docs coming soon:3 - -todo: - -* (working on seperatley) gui for graphs - -* fix -O3 breaking some hashes (not sure if i care) - ----- - -credits: - -* [luaproc](https://github.com/askyrme/luaproc) helped with multithreading - +build with `clang -shared src/{*.c,*/*.c} -o llib.so -fPIC` + +or `clang -shared src/{*.c,*/*.c} -o llib.dll -L/mingw64/lib -llua -lws2_32 -fPIC` for my msys2 build + +[some docs](docs/) + +todo: + +* (working on seperatley) gui for graphs + +* finish up http server + + * https + + * :serve() + + * check memory saftey + + * memory optimizations + + * settings (parse/read files, etc..) + + * define usage of new routes inside of routes, and allow route removal + + * connection limit + + * parse Content-Disposition and cookies (maybe a general parsing function too) + +* more doxygen like docs, everywhere + +* make parray_t hash based + +* str optimizations + + +---- + +# credits + +* [luaproc](https://github.com/askyrme/luaproc) helped with multithreading + -- cgit v1.2.3