nodejs-websocket : Basic server&client approach to websocket (text and binary frames). You can installing nodejs-websocket 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 nodejs-websocket $ sudo npm install -g nodejs-websocket
If want to update the nodejs-websocket package execute the command as below,
$ sudo npm update nodejs-websocket
Update package globally,
$ npm install -g nodejs-websocket
$ sudo git clone https://github.com/rektide/nodejs-websocket.git
$ sudo npm install -g ./nodejs-websocket
nodejs-websocket@1.7.1 /usr/lib/node_modules/nodejs-websocket
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nodejs-websocket
Package Name | nodejs-websocket |
Version | 1.7.1 |
Description | Basic server&client approach to websocket (text and binary frames) |
Released Date | 2016-11-14T17:06:00.010Z |
Published by | sitegui |
How to Learn | https://www.npmjs.com/package/nodejs-websocket/tutorial |