json-socket : An easy way to send JSON over TCP using sockets.. You can installing json-socket 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 json-socket $ sudo npm install -g json-socket
If want to update the json-socket package execute the command as below,
$ sudo npm update json-socket
Update package globally,
$ npm install -g json-socket
$ sudo git clone https://github.com/rektide/json-socket.git
$ sudo npm install -g ./json-socket
json-socket@0.3.0 /usr/lib/node_modules/json-socket
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall json-socket
Package Name | json-socket |
Version | 0.3.0 |
Description | An easy way to send JSON over TCP using sockets. |
Released Date | 2017-06-12T15:55:54.491Z |
Published by | samuelbolduc |
How to Learn | https://www.npmjs.com/package/json-socket/tutorial |