- Recompilación de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime. git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@3 b6239004-a887-0f4b-9937-50029ccdca16
29 lines
882 B
HTML
29 lines
882 B
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>SuperTCP Channel Chat</span>
|
|
</p>
|
|
|
|
|
|
<h2>Purpose</h2>
|
|
|
|
<p>This sample shows how the <strong>Super TCP Channel</strong> can be used to create a chat server and clients.
|
|
<br />
|
|
Unlike the HTTP Chat sample, this sample <strong>doesn't poll the server</strong>
|
|
but sends events back to clients directly.</p>
|
|
|
|
<p>
|
|
<strong>Note</strong>: to test this sample properly, you need to open at least three clients.
|
|
<br />
|
|
Each client instance will provide a default login user name,
|
|
but you can modify these as needed (there is no verification provided in this simple sample).
|
|
</p>
|
|
</body>
|
|
</html> |