From 483d9fed24335f98c46e437144d9707db6140bc8 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 5 Sep 2019 15:52:02 -0300 Subject: [PATCH] Create 1 --- book/1 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 book/1 diff --git a/book/1 b/book/1 new file mode 100644 index 00000000..68406243 --- /dev/null +++ b/book/1 @@ -0,0 +1,7 @@ +# Apendix II - General Bots Network Diagrams + +## Reverse Proxy for Development + +When establishing a local development machine, an user can use the ngrok based proxy. The diagram shows how the localhost becomes accesible when the Bot Service need to connect, routing messages from the cloud to the local development server machine. + +![General Bots Reverse Proxy](../images/GeneralBotsReverseProxy.png)