faye-websocket : Standards-compliant WebSocket server and client. You can installing faye-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 faye-websocket $ sudo npm install -g faye-websocket
If want to update the faye-websocket package execute the command as below,
$ sudo npm update faye-websocket
Update package globally,
$ npm install -g faye-websocket
$ sudo git clone https://github.com/rektide/faye-websocket.git
$ sudo npm install -g ./faye-websocket
faye-websocket@0.11.1 /usr/lib/node_modules/faye-websocket
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall faye-websocket
Package Name | faye-websocket |
Version | 0.11.1 |
Description | Standards-compliant WebSocket server and client |
Released Date | 2017-01-22T19:51:41.863Z |
Published by | jcoglan |
How to Learn | https://www.npmjs.com/package/faye-websocket/tutorial |