Skip to content

Instantly share code, notes, and snippets.

View paulodiniz's full-sized avatar
🐕

Paulo Diniz paulodiniz

🐕
View GitHub Profile
d
# Reverse Proxy
This document provides the basis for build the Airy Reverse Proxy.
## Vision
We want to give our core users the ability spawn a basic version of the Airy plataform with one (or a few amount) of simple commands. One aspect of this is that we need to provide a way of a source (Facebook) to be able to send messages to the local ran platform. This should be invisible to the user, with none or only a few basic configuration steps before running it.
To achieve this, we need to build a reverse proxy that sits between the source and the local cluster. The reverse proxy will receive events from the source and forward it to the local cluster on a specific endpoint and port.
## Requirements