mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
Improve Websocket example
This commit is contained in:
parent
efbd913326
commit
574c3d4900
5 changed files with 14 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Websocket client</title>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
|
||||
<script src="/static/jquery.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
var websocket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue