DEV Community

Cover image for What localhost tunnels have you used?
Madza
Madza Subscriber

Posted on

What localhost tunnels have you used?

During development, the application runs on our local machine. If you want to make your machine accessible from the outside there are solutions like ngrok.com, localhost.run, localtunnel.me, etc..

Have you ever used some of these and which has been your favorite?

Oldest comments (19)

Collapse
 
bpdarlyn profile image
darlyn

ngrok.com

Collapse
 
alfiemg profile image
alfiemg

ngrok works well.

Collapse
 
alexkhismatulin profile image
Alex Khismatulin

ngrok's free plan covers everything I needed from localhost tunnels so far

Collapse
 
tundeajibawo profile image
Tunde Ajibawo

Ngrok is a ok

Collapse
 
debjit profile image
Debjit Biswas

I use laragon's share option which uses ngrock's free plan.

Collapse
 
madza profile image
Madza

I love Laragon too, awesome tool πŸ”₯πŸ”₯

Collapse
 
rust7 profile image
rust-7
Collapse
 
kretaceous profile image
Abhijit Hota

Just want to take a moment and say that your #discuss posts actually teach me a lot!

Like in this case, I didn't even know that localhost tunnels existed! I've heard terms and concepts like SSH tunneling and also have connected to remote servers. (I don't know why haven't I thought about localhost tunneling being a technology.) But the fact that services like ngrok exist, makes me really rethink how much I don't know what I don't know!

Collapse
 
madza profile image
Madza

I always thought the discussion format is the best way to learn. I always try to give my knowledge on the top too, so others can get some info from the initial post too. Furthermore, browsing through comments there are lots of valuable information, it's awesome to exchange the knowledge and it's a win-win for all of us participating β€πŸ’―

Collapse
 
kretaceous profile image
Abhijit Hota

Yes, exactly!
Thank you again for such fruitful discussions! :D

Collapse
 
vuelancer profile image
Vuelancer
  • localhost - localhost.run/ - It may be useful to use some circumstances.
Collapse
 
bimlas profile image
bimlas

Ngrok, because it's logging the requests at localhost:4040 which is handy to test APIs.

Collapse
 
adamlacombe profile image
Adam LaCombe

My favorite is Cloudflare's Argo Tunnel developers.cloudflare.com/argo-tun...