Skip to content

JavaGarcia/kronu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Now you can publish any UDP service behind a NAT or firewall, through Kronu.

What is 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.

How does this work?

The magic is create a UDP tunnel through a NAT traversal so establish and maintain a bidirectional connection between two endpoints

#

Run kronu

node kronu.js <IP-kserver> <Port-kserver> <IP-local> <Port-localService> [Remote Port]

Run kserver

node kserver.js <IP-public> <Port-public>

Made with ❤️ in Colombia.

License:

Kronu is licensed under the GPLv3: https://www.gnu.org/licenses/gpl-3.0.html.

About

A UDP tunnel to localhost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published