Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

ngrok

ngrok

Reviews from AWS customer

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

11 reviews
from

External reviews are not included in the AWS star rating for the product.


    Gangotri p.

Access localhost REMOTELY !!

  • March 14, 2019
  • Review provided by G2

What do you like best about the product?
Unique concept that links your port to divert your traffic from that port to internet so that it can be accessible anywhere in the world without any range or network constrain.
Just install NGROK, run it on cmd to divert your traffic and all set. Now you anyone can access your that port on internet with specific url.
Its useful to show the client real time progress of your project if you are working on web development without having your customer to visit your place to check the finished work.
What do you dislike about the product?
Your data is EXPOSED. With whole project going live on internet, anyone can access the website.

Also you need to have the source device on with ngrok running on it.
What problems is the product solving and how is that benefiting you?
If you have pc without wifi module and you need to send/receive data from mobile to particular port... say json response from you local offline project to android device which requires to connect both device under same network, this could create problem. With ngrok this restriction is eliminated.