@Fe₂🦀₃⋅H₂🦀 ill try, this looks more promising than boost which takes like 300 lines of boilerplate to get basically anything working. i skimmed through it and feels like the authors actually use the libraries they produce (a common question with boost libraries, some have great interfaces that are a breeze to work with but some are just horrific to deal with)
@:nigga: yeah the only thing that sucks with poco is all the sub projects you need to build to get it working and figuring out exactly what you need to link. That will probably take a couple of hours. Once you do that though there's a rather impressive catalog of stuff like "include http server and client" and boom you have a web app. All of the lower components that make up those higher ones also seem to be pretty modular and reusable in case you want to make your own version of the servers
@Fe₂🦀₃⋅H₂🦀 the boost libraries that i liked using was coroutines2 (stackful coroutines), filesystem (merged into stl) and spirit (replaced it with foonathan::lexy because of absolutely ridiculous compile times) so the only boost library left there that's actually useful is coroutines (c++20 coroutines are a joke) i guess. thanks for telling me about this because my current io_uring server is more C than C++ and I really dont like it
@:nigga: foonathan is legit. I've been using string_id for years and it's a godsend.