Skip to content

Instantly share code, notes, and snippets.

@igorbenic
Created August 26, 2015 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorbenic/f455213d815b6bb26137 to your computer and use it in GitHub Desktop.
Save igorbenic/f455213d815b6bb26137 to your computer and use it in GitHub Desktop.
WebSocketi
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script >
//Ovdje ide kod
</script>
</head>
<body>
<h2>WebSocket Test</h2>
Unesi Poruku: <input type="text" id="txtMessage" />
<button type="button" id="btnSend">Pošalji poruku</button><br />
<div id="divOutput"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment