wrtc : Standards-compliant WebRTC implementation for Node. You can installing wrtc 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 wrtc $ sudo npm install -g wrtc
If want to update the wrtc package execute the command as below,
$ sudo npm update wrtc
Update package globally,
$ npm install -g wrtc
$ sudo git clone https://github.com/rektide/wrtc.git
$ sudo npm install -g ./wrtc
wrtc@0.0.63 /usr/lib/node_modules/wrtc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall wrtc
| Package Name | wrtc |
| Version | 0.0.63 |
| Description | Standards-compliant WebRTC implementation for Node |
| Released Date | 2017-11-22T00:22:53.324Z |
| Published by | markandrus |
| How to Learn | https://www.npmjs.com/package/wrtc/tutorial |