express-ws : WebSocket endpoints for Express applications. You can installing express-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 express-ws $ sudo npm install -g express-ws
If want to update the express-ws package execute the command as below,
$ sudo npm update express-ws
Update package globally,
$ npm install -g express-ws
$ sudo git clone https://github.com/rektide/express-ws.git
$ sudo npm install -g ./express-ws
express-ws@3.0.0 /usr/lib/node_modules/express-ws
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall express-ws
Package Name | express-ws |
Version | 3.0.0 |
Description | WebSocket endpoints for Express applications |
Released Date | 2017-02-16T18:00:00.790Z |
Published by | henningm |
How to Learn | https://www.npmjs.com/package/express-ws/tutorial |