chat-nodejs
chat-nodejs copied to clipboard
This application created as part of a node.js and socket.io tutorial. It includes a server built in node.js and a html client.
after install socket.io and express.js and running server, i get ```Connecting...``` message and finish, server couldn't connect and i can't test this sample code, how can i resolve this problem?
problem
Hi Udi, I was reviewing your great chat https://github.com/uditalias/chat-nodejs node, when I run this on my pc I see this screen http://prntscr.com/2bfb6e after entering a user, this screen has been...
Its better to include package.json file so that anybody who clones this repo can easily run npm install
added package.json + updated readme with npm install removed serverAdress client side, before the http://localhost was blocking clients from other hosts.