| View previous topic :: View next topic |
| Author |
Message |
Andreone
Joined: 20 Jul 2007 Posts: 257 Location: Paris, France
|
Posted: Thu Jan 17, 2008 8:02 pm Post subject: ZMWS - tiny web server |
|
|
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 |
|
| Back to top |
|
 |
wibumba (not logged in) Guest
|
Posted: Sat Jan 19, 2008 7:26 am Post subject: |
|
|
| wow, awesome, thanks. Right when I was looking for something like this. |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3600 Location: Belgrade
|
Posted: Sat Jan 19, 2008 1:36 pm Post subject: |
|
|
| Damn Frenchs.... |
|
| Back to top |
|
 |
|