nodertc / stun

Low-level Session Traversal Utilities for NAT (STUN) client and server
MIT License
159 stars 29 forks source link

Production ready? #21

Closed jfizz closed 5 years ago

jfizz commented 5 years ago

It appears stun has implemented a subset of the specs compared to coturn (https://github.com/coturn/coturn), so I was wondering if you could comment on the specs which stun has yet to implement and what that means for production (ie. will some networks not work, etc).

Thanks for the help!

reklatsmasters commented 5 years ago

I have no plans to add TLS / TCP support, but i will add DTLS support.

And yes, it's production ready. You may create your own STUN server or use default one.