Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在为我的 C# 应用程序使用 Nancy 框架来创建基于 Web 的 GUI。不幸的是,我还没有找到任何与 C++ 风格相似或易于使用的东西。这类事情有什么好的解决方案吗?
cpp-netlib怎么样?例如,参见他们的hello world server。
是的,至少有两个,事实上:
Wt,C++ Web 工具包: http ://www.webtoolkit.eu/ </p>
CppCMS — 高性能 C++ Web 框架:http ://cppcms.com/ </p>