signalr-client : signalR client for node.js. You can installing signalr-client 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 signalr-client $ sudo npm install -g signalr-client
If want to update the signalr-client package execute the command as below,
$ sudo npm update signalr-client
Update package globally,
$ npm install -g signalr-client
$ sudo git clone https://github.com/rektide/signalr-client.git
$ sudo npm install -g ./signalr-client
signalr-client@0.0.17 /usr/lib/node_modules/signalr-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall signalr-client
| Package Name | signalr-client |
| Version | 0.0.17 |
| Description | signalR client for node.js |
| Released Date | 2016-09-12T03:22:23.997Z |
| Published by | mwwhited |
| How to Learn | https://www.npmjs.com/package/signalr-client/tutorial |