By Thierry.Lefort
via codeproject.com
Published: Sep 15 2008 / 12:02
Webem is a web server that you can embed in your C++ application. It makes it easy to implement a browser GUI accessible from anywhere.
Webem is based on a minimally modified version of the boost::asio web server, and uses a simple way of allowing html code to execute C++ methods.
Add your comment