## https://sploitus.com/exploit?id=9DC2D169-5E74-5C0A-8F41-DEACA280B315
# Capstone Proof of Concept
1. Create the UI using the `run` function
- We will use the user's UI function via `content_func`, which is how we'll refresh the page
3. We need to accept a user data callback using `on_data`
4. We create an `/ingress` endpoint for all communication
5. Forward the request to the user's callback
6. Refresh all pages