What is socket.io?
"node.js realtime framework server"
socket.io is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 1.4 MB on disk.
Installation Guide
# Install via NPM
npm install socket.io
# Install via Yarn
yarn add socket.io