Concept Flow - Socket.io integration with Express
Start Express Server
Create HTTP Server
Attach Socket.io to HTTP Server
Listen for Socket Connections
On Client Connect -> Handle Events
Emit/Receive Messages
Client Disconnects
Server Continues Listening
This flow shows how Express creates a server, Socket.io attaches to it, listens for client connections, handles messages, and keeps running.