Situation: Currently faces a situation where I had to showcase a use case locally developed on my personal machine to clients. In oder to achieve this had to expose my localhost services over the web so that it can be viewed. Observations: There are 2 solutions to exposing the local services using port forwarding. 1. Configure your router to open specific ports of your router a.k.a Port forwarding. Where in the router can be configured with opening the port of the router and exposing a specific port of your machine. This has some risks inv…