blob: fcfca652a03d71d5e12de3d5bafbadfae47bb7ed (
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
38
39
40
|
build with `make`, output is `./llib.so` or (win)`./llib.dll`
windows works through msys2
[some docs](docs/)
todo:
* (working on seperatley) gui for graphs
* finish up http server
* https
* ~~check memory saftey~~ (*should* be good) (now work on indirect & more lifetime stuff)
* memory optimizations (its getting there)
* settings (parse/read files, etc..)
* define usage of new routes inside of routes, and allow route removal
* connection limit
* allow choosing what to copy over to the thread, or not to copy the global state at all
* allow stopping the server
* more doxygen like docs, everywhere
* thread-safe wrapper object
* threads
----
# credits
* [luaproc](https://github.com/askyrme/luaproc) helped with multithreading
|