Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/HTTP Chat/HTTPChat.Sample.html
david 2824855ea7 - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10
- Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 14:06:19 +00:00

34 lines
1.1 KiB
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="..\styles.css">
</head>
<body>
<img src="..\..\ro.png" alt="" align="right">
<!-------------------------------------------------------------------------->
<p class="h1">
<span>HTTP Chat Sample</span>
</p>
<h2>Purpose</h2>
<p>The Http Chat sample shows how to use polled events to create an HTTP based chat program.
<br />
The clients poll every few seconds for new messages and the server distributes the messages to the appropriate client(s).</p>
<h2>
Testing</h2>
<p>
To test this sample properly, you need to run at least three clients:</p>
<ul>
<li>send a message to all clients</li>
<li>send a message to selected clients</li>
<li>close a client via the server</li>
<li>logout a user and see the effect on the server and other clients</li>
<li>issue shutdown warning from server</li>
<li>deactivate server and try to send messages</li>
</ul>
</body>
</html>