I was looking for a C ++ Web Framework that would allow me to create a GUI control panel directly in a .dll plugin. I used to use the Nancy Framework for .NET projects, which was exceptional (I was the first time with this type of framework). I found some good candidates based on other questions, but it's hard for me to figure out which ones, if any, have built-in web servers.
C ++ Server Pages - This looks exclusive, but works from IIS or Apache.
CppCMS - Constantly recommended, but does it have a built-in server?
TreeFrog - Also recommended, but seems to have very damaged documentation?
Which one will be recommended for a fully integrated solution? Ease of use will also be a huge plus, but I'm willing to take the time to make it work if it does what it needs to. Thank!
user470760
source
share