How to Install engine.io NPM Packages on Ubuntu / Debian

How to Install engine.io software package in NPM Packages

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

Git clone:

$ 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

How to remove engine.io package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall engine.io

Basic Information of engine.io NPM Package:

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