Skip to content

Commit

Permalink
Updated development port
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Croonen committed Feb 29, 2012
1 parent 5e0d954 commit 32a3985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>PHP WebSocket server demo</h1>
<script src="js/chatserver.js?1"></script>
<script type="text/javascript">
/* Create a new chatserver client */
var chatServer = new ChatServer('ws://dev.martijnc.be:8081', document.getElementById('chat-window'),
var chatServer = new ChatServer('ws://192.168.1.15:8090', document.getElementById('chat-window'),
document.getElementById('userlist'));

/* Connect to the server */
Expand Down

0 comments on commit 32a3985

Please sign in to comment.