turn-js
v0.7.0
Published
TURN (Traversal Using Relay NAT) library written entirely in JavaScript
Downloads
385
Readme
Turn-JS
TURN (Traversal Using Relay NAT) library written entirely in JavaScript.
Features
- implements (most of) the features specified in RFC 5766
- supports TCP and UDP communication
- offers callback and promise based API
- can be browserified (to be used in chrome apps)
Install
npm install turn-js