nssocket : An elegant way to define lightweight protocols on-top of TCP/TLS sockets in node.js. You can installing nssocket 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 nssocket $ sudo npm install -g nssocket
If want to update the nssocket package execute the command as below,
$ sudo npm update nssocket
Update package globally,
$ npm install -g nssocket
$ sudo git clone https://github.com/rektide/nssocket.git
$ sudo npm install -g ./nssocket
nssocket@0.6.0 /usr/lib/node_modules/nssocket
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nssocket
Package Name | nssocket |
Version | 0.6.0 |
Description | An elegant way to define lightweight protocols on-top of TCP/TLS sockets in node.js |
Released Date | 2015-12-18T06:14:49.796Z |
Published by | indexzero |
How to Learn | https://www.npmjs.com/package/nssocket/tutorial |