-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.04 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PieSocket JS</title>
</head>
<body>
<h1>Welcome to PieSocket JS</h1>
<p>Use this SDK to integrate realtime features offered by <a href="https://piesocket.com" target="_blank">PieSocket</a> into your application.</p>
<hr>
<h2>Example usage</h2>
<ul>
<li><a href="/examples/chatroom.html">Realtime Serverless Chatroom</a></li>
<li><a href="/examples/videoroom.html">Realtime Video Calling Application - Many to many</a></li>
<li><a href="/examples/videoroom-one-to-many.html">Realtime Vidoe Broadcasting Application - One to many</a></li>
</ul>
<h2>Useful links</h2>
<ul>
<li><a href="https://piesocket.com/docs" target="_blank">Documentation</a></li>
<li><a href="https://piesocket.com/websocket-tester" target="_blank">Online WebSocket Tester</a></li>
</ul>
</body>
</html>