##Simple chat application on node.js with websockets
- Make sure that you have node version ~8.0. To check your version - type 'node -v'
- Run 'server/main.js' in your terminal by typing 'node main.js'
- Open 'index.html' in any browser and duplicate this tab to imitate case with multiple users connected to server
- Just type anything and send your message. You should receive your message in all tabs