Handles clients IDs

This commit is contained in:
2019-01-19 10:53:09 +01:00
parent 42a1ad4182
commit 0d599128e1
6 changed files with 309 additions and 4 deletions

16
client/test-client.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Signal Exchanger test client</title>
</head>
<body>
<h1>Signal Exchanger test client</h1>
<script src="SignalExchangerClient.js"></script>
<script src="test-client.js"></script>
</body>
</html>