Oddbean new post about | logout
 @: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₂🦀 ( 7,600 / 28,000 ) 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.