from Hacker News

Ask HN: Recommend REST C++ web server which companies use in production?

by umen on 2/8/23, 8:17 PM with 3 comments

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

  • by coreyp_1 on 2/8/23, 8:41 PM

    Why does it need to be a C++ web server? What are you trying to do that apache or nginx (for example) can't?