Benjamin blog
  • Firebase cloud functions
  • Connect to aws database
  • connect-to-raspberry-pi-np-hdmi
  • Get your logs from your mobile to your desktop
  • Twitter bot
  • Crontab
  • Delete your git history
  • How I hacked my sons Duplo train to go faster using my voice
  • Finetune GTPT-3
  • Create a localhost tunnel
  • Paste clipboard to vim through ssh in Windows
  • Predictions of the future
  • Prisma
  • Connect to Raspberry Pi no HDMI output
Powered by GitBook
On this page

Create a localhost tunnel

In order to test an application running on localhost. It can be very useful to create a public link to localhost. That is easily done with Ngrok. SImply go to their website, signup and follow their instructions https://ngrok.com/

https://dashboard.ngrok.com/get-started/setup

To create a tunnel write this command in the terminal

ngrok http PORT_NUMBER

Where PORT_NUMBER needs to be replaced with the port number your application has

PreviousFinetune GTPT-3NextPaste clipboard to vim through ssh in Windows

Last updated 2 years ago