Jump to content

bi-directional communication between server-client


maxpetruk

Recommended Posts

Hello developers)

 

May be somebody has experience how to implement bi-directional communications between client and server to achieve real time data updates on client?

It available a lot of libraries for different platforms that provide some hack of HTTP (because it one way communication) - Comet, reverse ajax, long polling.

WebSocket is most modern technic that probably provide real asynchronous communication.

And even some components end examples available for delphi:

 

http://www.esegece.com/websockets/#wsdownload

http://code.google.com/p/delphiws/

http://asmprofiler.googlecode.com/svn/trunk/-Other-/IndyWebsocketDemo/

 

My question is how to implement it with UniGui? What is the most simple way?

 

Additional info:

 

We use middleware DataSnap server . Communication with ISAPI via TwebConnection transport.

Link to comment
Share on other sites

  • 7 months later...
  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...