tags:

views:

17

answers:

1

I went to configure server.js but I get the error connecting to server.

HOST=localhost; PORT= 80;

http://github.com/ry/node_chat

A: 

Try using a different port. I believe node.js has some trouble listening on port 80

Alex Nolan