https://github.com/sean-bradley/socket.io-tutorial
Socket communications in a web browser with node.js and socket.io
https://github.com/sean-bradley/socket.io-tutorial
nodejs socket-io
Last synced: about 2 months ago
JSON representation
Socket communications in a web browser with node.js and socket.io
- Host: GitHub
- URL: https://github.com/sean-bradley/socket.io-tutorial
- Owner: Sean-Bradley
- License: gpl-3.0
- Created: 2017-07-28T19:49:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T19:56:49.000Z (almost 9 years ago)
- Last Synced: 2025-01-12T23:10:22.975Z (over 1 year ago)
- Topics: nodejs, socket-io
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socket.io-tutorial
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