spdy : Implementation of the SPDY protocol on node.js.. You can installing spdy 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 spdy $ sudo npm install -g spdy
If want to update the spdy package execute the command as below,
$ sudo npm update spdy
Update package globally,
$ npm install -g spdy
$ sudo git clone https://github.com/rektide/spdy.git
$ sudo npm install -g ./spdy
spdy@3.4.7 /usr/lib/node_modules/spdy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall spdy
| Package Name | spdy |
| Version | 3.4.7 |
| Description | Implementation of the SPDY protocol on node.js. |
| Released Date | 2017-05-23T01:56:11.966Z |
| Published by | daviddias |
| How to Learn | https://www.npmjs.com/package/spdy/tutorial |