socket.io-adapter : default socket.io in-memory adapter. You can installing socket.io-adapter 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 socket.io-adapter $ sudo npm install -g socket.io-adapter
If want to update the socket.io-adapter package execute the command as below,
$ sudo npm update socket.io-adapter
Update package globally,
$ npm install -g socket.io-adapter
$ sudo git clone https://github.com/rektide/socket.io-adapter.git
$ sudo npm install -g ./socket.io-adapter
socket.io-adapter@1.1.1 /usr/lib/node_modules/socket.io-adapter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall socket.io-adapter
| Package Name | socket.io-adapter |
| Version | 1.1.1 |
| Description | default socket.io in-memory adapter |
| Released Date | 2017-08-02T12:04:46.242Z |
| Published by | darrachequesne |
| How to Learn | https://www.npmjs.com/package/socket.io-adapter/tutorial |