How can I expose my localhost server for webhooks during development without third part services like ngrok?
I was watching this video on how to create a simple telegram bot and they have used ngrok to expose their localhost server to the internet for webhooks. I am trying to understand what problem ngrok and other services like this do.
How hard is it to expose your localhost server to the internet without third party services like ngrok and what are the disadvantages of doing that yourself?