polarized
Member level 4
Hello,
Which vcl component in Builder C++ 6.0 would be the appropriate one for a small web server application, which only listens to port 80 and accepts the socket connections, the application program generates the html code, simply as an ASCII stream and simulating html tags. This is only for usefull data communication between an PC and an embedded device. This would not be a real web page which resides on a web server, just a component which would listen to port 80 and the application can detect the GET request and respond to it with simulated html code incorporating usefull data. Is it possible to use an already present vcl component in Builder C++ 6.0 or it has to be hand codded using the TServerSocket and similar things? Can the TWebDispatcher be used for this?
Best regards.
Which vcl component in Builder C++ 6.0 would be the appropriate one for a small web server application, which only listens to port 80 and accepts the socket connections, the application program generates the html code, simply as an ASCII stream and simulating html tags. This is only for usefull data communication between an PC and an embedded device. This would not be a real web page which resides on a web server, just a component which would listen to port 80 and the application can detect the GET request and respond to it with simulated html code incorporating usefull data. Is it possible to use an already present vcl component in Builder C++ 6.0 or it has to be hand codded using the TServerSocket and similar things? Can the TWebDispatcher be used for this?
Best regards.