On 06/10/2014 10:38 AM, Michael Van Canneyt wrote:

Websockets are good when the server needs to push similar data at high speed, no more, no less.

Hmm.
I understand that websocket is a TCP/IP protocol that (after being opened due to commands communicated via HTTP) stays open and hence provides a pipe that both sites can push data in.

This potentially might be suitable to allow the server (i.e. the fast-cgi program) to send state-messages to the browser (e.g.in order to create a web-GUI).

-Michael
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to