Added websocket examples for the server and client.
This commit is contained in:
15
library/network/websocket/client/www/index.html
Normal file
15
library/network/websocket/client/www/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>WebSocket prototype</title>
|
||||
<script src="js/jquery-1.10.1.js"></script>
|
||||
<script src="js/main.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>WebSocket prototype</h1>
|
||||
<button id="run">Run</button>
|
||||
<p>Output :</p>
|
||||
<div id=console>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user