subscriptions-transport-ws : A websocket transport for GraphQL subscriptions. You can installing subscriptions-transport-ws 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 subscriptions-transport-ws $ sudo npm install -g subscriptions-transport-ws
If want to update the subscriptions-transport-ws package execute the command as below,
$ sudo npm update subscriptions-transport-ws
Update package globally,
$ npm install -g subscriptions-transport-ws
$ sudo git clone https://github.com/rektide/subscriptions-transport-ws.git
$ sudo npm install -g ./subscriptions-transport-ws
subscriptions-transport-ws@0.9.1 /usr/lib/node_modules/subscriptions-transport-ws
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall subscriptions-transport-ws
| Package Name | subscriptions-transport-ws |
| Version | 0.9.1 |
| Description | A websocket transport for GraphQL subscriptions |
| Released Date | 2017-10-07T15:27:16.221Z |
| Published by | mistic |
| How to Learn | https://www.npmjs.com/package/subscriptions-transport-ws/tutorial |