blob: d16479f555ccb9db9ae01da2bc95490575f4ddd7 (
plain)
1
2
3
4
5
6
7
|
This is an example for the TQServerSocket class which is included in the
network module.
It is a simple http daemon. After starting it you can connect to port
8080 with a web browser and an html page is shown. The program does
not really parse the http request; so it is not of much use except for
being a small example for TQServerSocket.
|