epoll : A low-level Node.js binding for the Linux epoll API. You can installing epoll 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 epoll $ sudo npm install -g epoll
If want to update the epoll package execute the command as below,
$ sudo npm update epoll
Update package globally,
$ npm install -g epoll
$ sudo git clone https://github.com/rektide/epoll.git
$ sudo npm install -g ./epoll
epoll@1.0.1 /usr/lib/node_modules/epoll
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall epoll
Package Name | epoll |
Version | 1.0.1 |
Description | A low-level Node.js binding for the Linux epoll API |
Released Date | 2017-11-04T09:19:52.182Z |
Published by | fivdi |
How to Learn | https://www.npmjs.com/package/epoll/tutorial |