What works for web dev in C++

后端 未结 9 1366
一整个雨季
一整个雨季 2020-12-31 17:24

I want to create a web application that runs with very little RAM and I think C++ can help me achieve that.

Now, many people say C++ is unsuited for web development

9条回答
  •  执念已碎
    2020-12-31 17:54

    Our web app backend is in C++ via CGI and we use Clearsilver templates along with the HDF that comes with it.

提交回复
热议问题