diff options
| author | amelia <amelia@[email protected]> | 2024-02-23 19:17:20 +0000 |
|---|---|---|
| committer | amelia <amelia@[email protected]> | 2024-02-23 19:17:20 +0000 |
| commit | e62de2b0f651dcd06e14d400c51e12cb9c1ebf4a (patch) | |
| tree | 44c6dad17a7254b476b4cc85e6b5ebd34170c408 /readme.md | |
| parent | 8481fec8b7f5a91a5f842f3818ef4a548e918d41 (diff) | |
Update readme.md
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 60 |
1 files changed, 41 insertions, 19 deletions
@@ -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 + + * <res>: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 + |
