Saturday 3 September 2016

wscat

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 ws



USAGE: 

1.Client

 

  wscat -c ws: // localhost: 3000

2.Server

  wscat -l 3000 
Web hosting

No comments:

Post a Comment