Ask HN: Recommend REST C++ web server which companies use in production?
Hello all
I trying to make Research on c++ HTTP ( supporing ssl ) REST server , yes i can see many in github
But i need to find server which is trully used by companies and is proven in the indestry
like spring.boot/tomcat/node/WSGI
Thanks alot for your help Why does it need to be a C++ web server? What are you trying to do that apache or nginx (for example) can't? its very high frequncy environment, evry millisecond count , What I'm getting at is this: What is it about the current offerings that make them not suitable for your needs? Is it the interface? Speed (what are you comparing against)? Something custom? I'm just trying to understand your use case, that is all.