aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: d09c456c4876b53501bd1a16f4a175901ed95be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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

* more doxygen like docs, everywhere

* make parray_t hash based


----

# credits

* [luaproc](https://github.com/askyrme/luaproc) helped with multithreading