Socket communications in a web browser with node.js and socket.io
Youtube tutorial video at https://youtu.be/OJ6shzT2jTc
Download files into folder of your choice, navigate to folder and run
npm install socket.io
Then run
node server.js
Then open a browser and navigate to http://localhost to start lesson 1
Follow the video so you know which lines to uncomment and comment throughout each lesson
SeanWasEre