Node.js example chat server
To run example do:
- Install node.js
- Create new directory for app
- Place index.html, server.js and package.json in directory
- In command line go to directory then: npm install
- In command line do: node server
- In browser go to localhost:3000