socketio : hello, socketio. You can installing socketio 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 socketio $ sudo npm install -g socketio
If want to update the socketio package execute the command as below,
$ sudo npm update socketio
Update package globally,
$ npm install -g socketio
$ sudo git clone https://github.com/rektide/socketio.git
$ sudo npm install -g ./socketio
socketio@1.0.0 /usr/lib/node_modules/socketio
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall socketio
| Package Name | socketio |
| Version | 1.0.0 |
| Description | hello, socketio |
| Released Date | 2015-11-17T03:28:37.292Z |
| Published by | dddda212 |
| How to Learn | https://www.npmjs.com/package/socketio/tutorial |