001 Project Demo
002 Socket.io scaling options
003 Project Setup and dependencies
004 Architecture
005 Pulling performance data
006 Figuring CPU load
007 How the cluster module works
008 Using the cluster module
009 Connecting React to the socket.io server (for testing!)
010 Connecting nodeClient to the socket server
011 Fetch nodeClient macAddress
012 Start the ticking clock
013 Create React App Overview
014 Basic React Component Architecture
015 Connecting React to the socket server the correct way
016 Connecting React to socket.io in a complex app.html
017 Getting data to React, and setting up React components
018 Sending state to our Widget
019 A little UI busywork - movingcopying files, classNames
020 CPU widget - canvas
021 Memory widget
022 Adding isAlive, disconnect, and final touches
023 Handling a nasty React bug