Hello, I'm writing an application in c++ and I was thinking to use an embedded simple web server that will be my gui, so i could set up my application port on localhost.
What such web server would you recommend to use in c++/c?
Thanks
Hello, I'm writing an application in c++ and I was thinking to use an embedded simple web server that will be my gui, so i could set up my application port on localhost.
What such web server would you recommend to use in c++/c?
Thanks
This could be a good starting point:
http://en.wikipedia.org/wiki/Comparison_of_lightweight_web_servers
You are aware that a lot of machines already run something on port 80/443, are you? [edit] Controlling an embedded system sounds like a good fit for snmp, not http.
If you are using boost then rolling your own in boost:asio is simple.
I assume by embedded you mean a built in webserver not that you are running on some tiny embedded hardware.
If you want something simpler look at mongoose - also see http://stackoverflow.com/questions/738273/open-source-c-c-embedded-web-server