What is ws?
"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js"
ws is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 144.4 KB on disk.
Installation Guide
# Install via NPM
npm install ws
# Install via Yarn
yarn add ws