You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/examples/network/httpd
Michele Calgaro fef846914f
Rename basic widget nt* related files to equivalent tq*
2 months ago
..
README Rename IO and network class nt* related files to equivalent tq* 2 months ago
httpd.cpp Rename basic widget nt* related files to equivalent tq* 2 months ago
httpd.doc Rename IO and network class nt* related files to equivalent tq* 2 months ago
httpd.pro Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago

README

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.