aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramelia <amelia@[email protected]>2024-02-23 19:17:20 +0000
committeramelia <amelia@[email protected]>2024-02-23 19:17:20 +0000
commite62de2b0f651dcd06e14d400c51e12cb9c1ebf4a (patch)
tree44c6dad17a7254b476b4cc85e6b5ebd34170c408
parent8481fec8b7f5a91a5f842f3818ef4a548e918d41 (diff)
Update readme.md
-rw-r--r--readme.md60
1 files 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
+
+ * <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
+