aspnetcore/samples/SocketsSample/wwwroot/index.html

21 lines
488 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<h1>ASP.NET Sockets</h1>
<h2>Chat sample</h2>
<ul>
<li><a href="sse.html">Server Sent Events</a></li>
<li><a href="polling.html">Long polling</a></li>
<li><a href="ws.html">Web Sockets</a></li>
</ul>
<h2>JSON RPC</h2>
<ul>
<li><a href="rpc.html">JSON RPC</a></li>
<li><a href="hubs.html">Hubs</a></li>
</ul>
</body>
</html>