Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 435 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 435 Bytes

WebSocket Chat Example

##Simple chat application on node.js with websockets

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