Can I reuse my existing TCP-Server?

Posted by Helper Method on Stack Overflow See other posts from Stack Overflow or by Helper Method
Published on 2011-01-17T09:22:57Z Indexed on 2011/01/17 9:53 UTC
Read the original article Hit count: 181

Filed under:
|
|
|
|

At the moment I have an existing application which basically consists of a desktop GUI and a TCP server. The client connects to the server, and the server notifies the client if something interesting happens.

Now I'm supposed to replace the desktop GUI by a web GUI, and I'm wondering if I have to rewrite the server to send http packets instead of tcp packets or if I can somehow use some sort of proxy to grab the tcp packets and forward them to the web client?

Do I need some sort of comet server?

© Stack Overflow or respective owner

Related posts about web-development

Related posts about http