|
@@ -1,6 +1,8 @@
|
|
|
-# ngrok
|
|
|
+# ngrok ([https://ngrok.com](https://ngrok.com))
|
|
|
|
|
|
## What is ngrok?
|
|
|
+
|
|
|
+
|
|
|
ngrok is a tool that makes it easier to develop networked services (HTTP/TCP)
|
|
|
It is a man-in-the-middle proxy server that you run locally on your development box. It allows you to do the following things:
|
|
|
|
|
@@ -11,8 +13,7 @@ It is a man-in-the-middle proxy server that you run locally on your development
|
|
|
|
|
|
|
|
|
## Downloading and installing ngrok
|
|
|
-ngrok has _no_ dependencies. Just download a single binary for your platform and
|
|
|
-run it.
|
|
|
+ngrok has _no_ runtime dependencies. Just download a single binary for your platform and run it.
|
|
|
|
|
|
- [Linux](http://ngrok.com/dl/linux_386/ngrok.zip)
|
|
|
- [Mac OSX](http://ngrok.com/dl/darwin_386/ngrok.zip)
|