@@ -37,7 +37,7 @@ def index():
<body>
<h1>SocketIO Test</h1>
<script>
- var socket = io('http://localhost:8091/ws/cs-im');
+ var socket = io('ws://192.168.100.159:8091/ws/cs-im');
socket.on('response', function(msg) {
alert(msg);
});