What works for web dev in C++

后端 未结 9 1367
一整个雨季
一整个雨季 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 18:00

    ATL Server. It's open source too! And of course there is always ISAPI. Ah, the bad old days. :)

提交回复
热议问题