I'm not sure what else to suggest. The error message is clear: your server is 
responding with a 404 not found error when the socket.io client-side JavaScript 
library is requested; therefore the io object is not defined on the client 
side. You'll need to figure out why your server is not responding to this 
request properly. Maybe find a simple example of using socket.io (like the ones 
on the socket.io homepage) and get it to work, then make small changes in the 
direction of what you want your app to do, and see if one particular change 
makes the problem appear.



On Feb 10, 2014, at 10:51, almarjin <[email protected]> wrote:

> Thanks for the reply, but the chat application if working properly which 
> means the socket.io is defined properly in the server side code. In my above 
> post it's listening to port 3050, but when I go to port 300, the chat is now 
> working and I can login to the site. If I make them listed to the same port, 
> I'm getting error.

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to