0
Fork 0
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:
Loïc Hoguin 2013-02-09 15:38:35 +01:00
parent efbd913326
commit 574c3d4900
5 changed files with 14 additions and 4 deletions

View file

@ -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;