botbook/book/apendix-ii-network-diagrams.md

8 lines
401 B
Markdown
Raw Normal View History

2019-09-05 15:52:02 -03:00
# 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)