• Files list
  • 1. Introduction,1. Course Overview.mp4 99.96MB
  • 1. Introduction,1. Course Overview.vtt 7.17KB
  • 1. Introduction,2. All my code (github link).html 379.00Bytes
  • 2. Before Socketio,1. Pre-socketio.mp4 17.92MB
  • 2. Before Socketio,1. Pre-socketio.vtt 8.18KB
  • 2. Before Socketio,2. Housekeeping - How I do nodeexpress.mp4 32.90MB
  • 2. Before Socketio,2. Housekeeping - How I do nodeexpress.vtt 7.46KB
  • 2. Before Socketio,3. TCPUDP and networking 101.mp4 59.88MB
  • 2. Before Socketio,3. TCPUDP and networking 101.vtt 21.44KB
  • 2. Before Socketio,4. Networking 201 - What is a socket and why should I care.mp4 71.29MB
  • 2. Before Socketio,4. Networking 201 - What is a socket and why should I care.vtt 19.60KB
  • 2. Before Socketio,5. HTTP vs Websockets.mp4 15.18MB
  • 2. Before Socketio,5. HTTP vs Websockets.vtt 5.89KB
  • 2. Before Socketio,6. A short overview of native websockets (finally some code!!).mp4 168.00MB
  • 2. Before Socketio,6. A short overview of native websockets (finally some code!!).vtt 26.35KB
  • 3. Socket.io 101,1. Intro.mp4 6.64MB
  • 3. Socket.io 101,1. Intro.vtt 1.54KB
  • 3. Socket.io 101,2. The basics & socket.io vs. ws.mp4 133.95MB
  • 3. Socket.io 101,2. The basics & socket.io vs. ws.vtt 19.77KB
  • 3. Socket.io 101,3. Why socket.io This is why..mp4 109.09MB
  • 3. Socket.io 101,3. Why socket.io This is why..vtt 19.84KB
  • 3. Socket.io 101,4. Docs - The Server.mp4 170.91MB
  • 3. Socket.io 101,4. Docs - The Server.vtt 26.19KB
  • 3. Socket.io 101,5. The big 3 - .emit, .on, .connect.mp4 84.61MB
  • 3. Socket.io 101,5. The big 3 - .emit, .on, .connect.vtt 12.53KB
  • 3. Socket.io 101,6. Docs - The Client.mp4 91.73MB
  • 3. Socket.io 101,6. Docs - The Client.vtt 11.95KB
  • 3. Socket.io 101,7. Finishing the chat app.mp4 140.51MB
  • 3. Socket.io 101,7. Finishing the chat app.vtt 21.22KB
  • 3. Socket.io 101,8. Quick Checklist Review.mp4 58.70MB
  • 3. Socket.io 101,8. Quick Checklist Review.vtt 7.53KB
  • 4. Socket.io 201 - Let's make it Slack!,1. Namespaces.mp4 215.57MB
  • 4. Socket.io 201 - Let's make it Slack!,1. Namespaces.vtt 27.82KB
  • 4. Socket.io 201 - Let's make it Slack!,10. Slack - Joining a Room- Steps 7-9.mp4 210.92MB
  • 4. Socket.io 201 - Let's make it Slack!,10. Slack - Joining a Room- Steps 7-9.vtt 25.78KB
  • 4. Socket.io 201 - Let's make it Slack!,11. Slack - Sending the history - Steps 7-9 continued.mp4 172.93MB
  • 4. Socket.io 201 - Let's make it Slack!,11. Slack - Sending the history - Steps 7-9 continued.vtt 20.82KB
  • 4. Socket.io 201 - Let's make it Slack!,12. Slack - Linking up NS and Group, & Final Touches.mp4 197.96MB
  • 4. Socket.io 201 - Let's make it Slack!,12. Slack - Linking up NS and Group, & Final Touches.vtt 21.75KB
  • 4. Socket.io 201 - Let's make it Slack!,13. Passing query data on connection.mp4 65.69MB
  • 4. Socket.io 201 - Let's make it Slack!,13. Passing query data on connection.vtt 7.22KB
  • 4. Socket.io 201 - Let's make it Slack!,14. Line by line review of the project.mp4 211.18MB
  • 4. Socket.io 201 - Let's make it Slack!,14. Line by line review of the project.vtt 26.70KB
  • 4. Socket.io 201 - Let's make it Slack!,15. Docs Checklist Update.mp4 69.20MB
  • 4. Socket.io 201 - Let's make it Slack!,15. Docs Checklist Update.vtt 7.37KB
  • 4. Socket.io 201 - Let's make it Slack!,2. NamespaceGroup Cheatsheet.html 968.00Bytes
  • 4. Socket.io 201 - Let's make it Slack!,3. Rooms.mp4 185.86MB
  • 4. Socket.io 201 - Let's make it Slack!,3. Rooms.vtt 26.02KB
  • 4. Socket.io 201 - Let's make it Slack!,4. Going Slack (project) - Overview & Steps.mp4 83.07MB
  • 4. Socket.io 201 - Let's make it Slack!,4. Going Slack (project) - Overview & Steps.vtt 19.34KB
  • 4. Socket.io 201 - Let's make it Slack!,5. Folder structure & DOM overview.mp4 84.58MB
  • 4. Socket.io 201 - Let's make it Slack!,5. Folder structure & DOM overview.vtt 10.20KB
  • 4. Socket.io 201 - Let's make it Slack!,6. Setting up our data and classes.mp4 88.12MB
  • 4. Socket.io 201 - Let's make it Slack!,6. Setting up our data and classes.vtt 13.63KB
  • 4. Socket.io 201 - Let's make it Slack!,7. Slack Steps 1-3.mp4 192.16MB
  • 4. Socket.io 201 - Let's make it Slack!,7. Slack Steps 1-3.vtt 22.55KB
  • 4. Socket.io 201 - Let's make it Slack!,8. Slack - Steps 4-6.mp4 124.25MB
  • 4. Socket.io 201 - Let's make it Slack!,8. Slack - Steps 4-6.vtt 15.37KB
  • 4. Socket.io 201 - Let's make it Slack!,9. Refactoring and Reorganizing our code.mp4 57.49MB
  • 4. Socket.io 201 - Let's make it Slack!,9. Refactoring and Reorganizing our code.vtt 7.49KB
  • 5. Multiplayer Canvas Game - Agar.io clone,1. Project repo.html 503.00Bytes
  • 5. Multiplayer Canvas Game - Agar.io clone,10. Tick-Tock - 30FPS.mp4 231.43MB
  • 5. Multiplayer Canvas Game - Agar.io clone,10. Tick-Tock - 30FPS.vtt 24.62KB
  • 5. Multiplayer Canvas Game - Agar.io clone,11. Collision Testing (the Math part).mp4 110.91MB
  • 5. Multiplayer Canvas Game - Agar.io clone,11. Collision Testing (the Math part).vtt 14.34KB
  • 5. Multiplayer Canvas Game - Agar.io clone,12. Collision Testing (The Socket Part).mp4 169.04MB
  • 5. Multiplayer Canvas Game - Agar.io clone,12. Collision Testing (The Socket Part).vtt 16.81KB
  • 5. Multiplayer Canvas Game - Agar.io clone,13. Collision Testing (The Socket Part 2).mp4 127.18MB
  • 5. Multiplayer Canvas Game - Agar.io clone,13. Collision Testing (The Socket Part 2).vtt 12.58KB
  • 5. Multiplayer Canvas Game - Agar.io clone,14. Updating the LeaderBoard.mp4 110.38MB
  • 5. Multiplayer Canvas Game - Agar.io clone,14. Updating the LeaderBoard.vtt 12.49KB
  • 5. Multiplayer Canvas Game - Agar.io clone,15. Disconnecting and broadcasting a message.mp4 168.55MB
  • 5. Multiplayer Canvas Game - Agar.io clone,15. Disconnecting and broadcasting a message.vtt 17.95KB
  • 5. Multiplayer Canvas Game - Agar.io clone,2. Project Intro.mp4 204.02MB
  • 5. Multiplayer Canvas Game - Agar.io clone,2. Project Intro.vtt 16.79KB
  • 5. Multiplayer Canvas Game - Agar.io clone,3. Project Strategy.mp4 40.00MB
  • 5. Multiplayer Canvas Game - Agar.io clone,3. Project Strategy.vtt 13.65KB
  • 5. Multiplayer Canvas Game - Agar.io clone,4. Socket.io App Organization.mp4 105.80MB
  • 5. Multiplayer Canvas Game - Agar.io clone,4. Socket.io App Organization.vtt 22.14KB
  • 5. Multiplayer Canvas Game - Agar.io clone,5. Getting the DOM setup.mp4 133.76MB
  • 5. Multiplayer Canvas Game - Agar.io clone,5. Getting the DOM setup.vtt 20.67KB
  • 5. Multiplayer Canvas Game - Agar.io clone,6. Time to draw!.mp4 255.41MB
  • 5. Multiplayer Canvas Game - Agar.io clone,6. Time to draw!.vtt 37.39KB
  • 5. Multiplayer Canvas Game - Agar.io clone,7. Add Sockets (and orbs).mp4 125.86MB
  • 5. Multiplayer Canvas Game - Agar.io clone,7. Add Sockets (and orbs).vtt 16.53KB
  • 5. Multiplayer Canvas Game - Agar.io clone,8. Wiring up the server for collisions.mp4 164.39MB
  • 5. Multiplayer Canvas Game - Agar.io clone,8. Wiring up the server for collisions.vtt 25.64KB
  • 5. Multiplayer Canvas Game - Agar.io clone,9. Connecting the client and server.mp4 70.54MB
  • 5. Multiplayer Canvas Game - Agar.io clone,9. Connecting the client and server.vtt 9.57KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,1. Project Demo.mp4 25.86MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,1. Project Demo.vtt 5.78KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,10. Connecting nodeClient to the socket server.mp4 59.95MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,10. Connecting nodeClient to the socket server.vtt 6.92KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,11. Start the ticking clock.mp4 108.87MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,11. Start the ticking clock.vtt 13.16KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,12. MongoMongoose Schema and a small fix.mp4 139.70MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,12. MongoMongoose Schema and a small fix.vtt 16.86KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,13. Adding a record.mp4 64.78MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,13. Adding a record.vtt 9.14KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,14. Create React App Overview.mp4 33.19MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,14. Create React App Overview.vtt 4.62KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,15. Connecting React to the socket server for re-useable.mp4 66.49MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,15. Connecting React to the socket server for re-useable.vtt 9.00KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,16. Basic React Component Architecture.mp4 24.76MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,16. Basic React Component Architecture.vtt 4.93KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,17. Setup React Components.mp4 45.43MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,17. Setup React Components.vtt 5.84KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,18. Setting our widget state.mp4 142.91MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,18. Setting our widget state.vtt 18.49KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,19. CPU widget canvas.mp4 70.52MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,19. CPU widget canvas.vtt 9.55KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,2. Project Setup and dependencies.mp4 36.29MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,2. Project Setup and dependencies.vtt 6.72KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,20. Mem and Info widgets.mp4 99.27MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,20. Mem and Info widgets.vtt 13.04KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,21. Adding isActive, disconnect, and final touches.mp4 195.77MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,21. Adding isActive, disconnect, and final touches.vtt 25.39KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,3. Installing Redis on Windows.mp4 31.04MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,3. Installing Redis on Windows.vtt 4.78KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,4. Architecture.mp4 123.39MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,4. Architecture.vtt 21.63KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,5. Getting performance data.mp4 80.16MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,5. Getting performance data.vtt 12.12KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,6. Getting performance data - part 2.mp4 138.74MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,6. Getting performance data - part 2.vtt 15.96KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,7. How the cluster module works.mp4 108.32MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,7. How the cluster module works.vtt 15.69KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,8. Using the cluster module - Master.mp4 83.15MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,8. Using the cluster module - Master.vtt 9.87KB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,9. Using the cluster module - workers.mp4 93.34MB
  • 6. Advanced Project - Adding React, cluster & redis - a performance monitor,9. Using the cluster module - workers.vtt 12.00KB
  • 7. Supplemental Videos,1. HTTP 101.mp4 78.24MB
  • 7. Supplemental Videos,1. HTTP 101.vtt 16.63KB
  • [CourseClub.ME].url 122.00Bytes
  • [FCS Forum].url 133.00Bytes
  • [FreeCourseSite.com].url 127.00Bytes