The following entry was added to the Free Pascal contributed units:

Name         : embeddable webserver
Author       : Hartmut Eilers
Email        : [EMAIL PROTECTED]
Homepage     : http://www.eilers.net/pascal/
FTP site     : ftp://www.eilers.net/pascal/
Version      : 0.1
Date         : 2006-12-21
Category     : Internet
Supported OS : Linux, Windows
Description  :
embeddable webserver
is a complete webserver, written as unit which can be included in any project 
by adding a few lines of code. Can server static HTML, Textfiles and images. To 
handle dynamic output of your program you just need to register a procedure 
with the wanted URL, and you are ready to have a webinterface for your program.
Currently only get requests are supported, Push is coming soon. Don't hesitate 
to ask in German or english in case of questions...
 

_______________________________________________
fpc-announce maillist  -  fpc-announce@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-announce

Reply via email to