No download or signup
Publish your app using the ssh client installed on your system.
No signup, download or install is needed
All you have to do is single command on terminal (i believe you have ssh installed by default):
ssh -R 0:localhost:1234 tunnli.devthis command will publish you app running on port 1234 to internet, you will be given random public subdomain to access your app.
To use static subdomain, you can run command like this:
# you can change "foobar" with any string
ssh -R foobar.tunnli.dev:0:localhost:1234 tunnli.devfeel free to create an issue in here, we're here to help!