I have been using Nancy Framework for my C# Applications to create Web-Based GUI’s. Unfortunately I have not found anything for C++ that is of similar style or ease of use. Are there any all around good solutions for this type of thing?
I have been using Nancy Framework for my C# Applications to create Web-Based GUI’s.
Share
How about cpp-netlib? See for example their hello world server.