This software allows to use a web server anywhere and in any application.
ZMWS stands for Zazouminiwebserver.
It's free, portable and small (the exe is 360Ko).
It can be used through a dll (292 Ko).
It supports MySQL and Php (download the 10Mo full package) and others with configurable handlers.
It allows to embed a web browser into the web server (a web app can become a desktop one!).
The only bad side is that all is in French (a section of the forum is dedicated to English questions though).
The
DLL API is simple:
Quote:
- int zmws_start (int argc, char** argv) ;
- int zmws_start_with_config_file (const char* config_file_path) ;
- void zmws_stop () ;
- void zmws_stop_and_wait () ;
- void zmws_wait () ;
...
Home:
http://www.zmws.com/
Download:
http://www.zmws.com/dl/
Forum:
http://www.zmws.com/forum/
API:
http://www.zmws.com/doc/article.php3?id_article=43