Now you can publish any UDP service behind a NAT or firewall, through Kronu.
Kronu is the solution to show or test our projects on internet from localhost without need to have a public server in the cloud.
The magic is create a UDP tunnel through a NAT traversal so establish and maintain a bidirectional connection between two endpoints
node kronu.js <IP-kserver> <Port-kserver> <IP-local> <Port-localService> [Remote Port]
node kserver.js <IP-public> <Port-public>
Kronu is licensed under the GPLv3: https://www.gnu.org/licenses/gpl-3.0.html.