Go to file
ame 921bade0eb io stuff 2024-04-23 07:22:26 -05:00
docs horay! more net code 2024-04-19 11:09:20 -05:00
src io stuff 2024-04-23 07:22:26 -05:00
tests working on mem saftey 2024-04-20 01:23:13 -05:00
.gitignore working on mem saftey 2024-04-20 01:23:13 -05:00
license.md init 2023-10-15 22:45:54 -05:00
makefile working on mem saftey 2024-04-20 01:23:13 -05:00
readme.md io stuff 2024-04-23 07:22:26 -05:00

readme.md

build with make, output is ./llib.so or (win)./llib.dll

windows works through msys2

some 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


credits

  • luaproc helped with multithreading