Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Fixed socketio port to match server command in the readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Jun 24, 2011
1 parent 77167a9 commit 2cfa65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatproject/static/js/chatapp1.js
Expand Up @@ -5,7 +5,7 @@

function init() {
var s = new io.Socket(window.location.hostname, {
port: 8000,
port: 9000,
rememberTransport: false,
//transports: ['xhr-multipart', 'xhr-polling'],
resource: 'socket.io'
Expand Down

0 comments on commit 2cfa65a

Please sign in to comment.