Skip to content

A STUN server to enable direct client-server communication over NAT

License

Notifications You must be signed in to change notification settings

vinzdef/stunning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#stunning A STUN server to enable direct client-server communication over NAT

##Usage: clone this repo then

var stunning = require('./stunning')
var server = stunning() //default configuration

Configuration

You can provide these settings: (defaults shown in italics)

address: sets the IP for the server - 127.0.0.1

port: sets the port to be used - 4879

resolveDNS: if the address field should be resolved - true

keepAliveTime: time between each keepalive packet - 400 (milliseconds)

About

A STUN server to enable direct client-server communication over NAT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published