Question

I have been looking for a C++ Web Framework that would allow me to build a GUI Control Panel directly into a .dll plugin. In the past I have used Nancy Framework for .NET Projects which was exceptional (was my first time with this type of framework). I have found some good candidates based off of other Stack Overflow questions, however I am having trouble figuring out which, if any, have embedded web servers.

C++ Server Pages - This Looked Exceptional, but runs off of IIS or Apache.

CppCMS - Constantly recommended, but does it have an embedded server?

TreeFrog - Also recommended, but seems to have very broken documentation?

Which one of these would be recommended for a completely embedded solution? Ease of use would also be a huge plus, but I am willing to take the time to get it working provided it does what is needed. Thanks!

Was it helpful?

Solution

cppcms has an embedded server and is very well supported in embedded solutions. The documentation is complete and the support is very good, so perchance the documentation is not enough, the developer is certain to help you through your problems.

OTHER TIPS

Don't forget about Wt. It also comes with a built-in web server.

Both CppCMS and TreeFrog have a built-in web server.

Did you have a look at ffead-cpp, it has an embedded web server, apache module, host of features and can run on Windows-Cygwin/BSD/Linux/Solaris

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top