ws : Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js. You can installing ws npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ws $ sudo npm install -g ws
If want to update the ws package execute the command as below,
$ sudo npm update ws
Update package globally,
$ npm install -g ws
$ sudo git clone https://github.com/rektide/ws.git
$ sudo npm install -g ./ws
ws@3.3.2 /usr/lib/node_modules/ws
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ws
| Package Name | ws |
| Version | 3.3.2 |
| Description | Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js |
| Released Date | 2017-11-21T07:19:22.938Z |
| Published by | lpinca |
| How to Learn | https://www.npmjs.com/package/ws/tutorial |