Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 362 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 362 Bytes

Stutter.js

RFC-5389 Stun/Turn Node.js implementation

Example

    var stutter = require('./').Stun; 
    var Stun = new stutter({port:1234, 
                            debug:true, 
                            authentication:'none'}); 
    Stun.createServer(); 

Still working on

  • Turn capabilities
  • Complete stun implementation

#License MIT