engine.io : The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server. You can installing engine.io 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 engine.io $ sudo npm install -g engine.io
If want to update the engine.io package execute the command as below,
$ sudo npm update engine.io
Update package globally,
$ npm install -g engine.io
$ sudo git clone https://github.com/rektide/engine.io.git
$ sudo npm install -g ./engine.io
engine.io@3.1.4 /usr/lib/node_modules/engine.io
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall engine.io
Package Name | engine.io |
Version | 3.1.4 |
Description | The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server |
Released Date | 2017-11-12T21:18:20.058Z |
Published by | darrachequesne |
How to Learn | https://www.npmjs.com/package/engine.io/tutorial |