stompjs : STOMP for JavaScript apps (Web browser & node.js). You can installing stompjs 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 stompjs $ sudo npm install -g stompjs
If want to update the stompjs package execute the command as below,
$ sudo npm update stompjs
Update package globally,
$ npm install -g stompjs
$ sudo git clone https://github.com/rektide/stompjs.git
$ sudo npm install -g ./stompjs
stompjs@2.3.3 /usr/lib/node_modules/stompjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall stompjs
| Package Name | stompjs |
| Version | 2.3.3 |
| Description | STOMP for JavaScript apps (Web browser & node.js) |
| Released Date | 2014-07-04T14:58:28.014Z |
| Published by | jmesnil |
| How to Learn | https://www.npmjs.com/package/stompjs/tutorial |