Installation:
step1:
sudo apt-get install build-essential
sudo apt-get install build-essential.
Step2:
curl -sL https://deb.nodesource.com/setup | sudo bash -
Step3:
sudo apt-get install nodejs .
Step4:
npm install -g wsUSAGE:
1.Client
wscat -c ws: // localhost: 3000
2.Server
wscat -l 3000

No comments:
Post a Comment