Skip to content

Instantly share code, notes, and snippets.

@buritica
Created October 26, 2012 21:59
Show Gist options
  • Save buritica/3961817 to your computer and use it in GitHub Desktop.
Save buritica/3961817 to your computer and use it in GitHub Desktop.
chat index
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>NYU - chat</title>
</head>
<body>
<h1>Express 3.0 + Socket.IO</h1>
<input id="button" type="button" value="Ping server"/>
<hr>
<div id="msgbox"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="/socket.io/socket.io.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment