blob: 203a5c0eacc0fe35455bc4801a2415ed0d1f81ae [file]
========================
Exposing in a Web Server
========================
Burr makes it natural to integrate with a web-server such as FastAPI. See the `example in the repository <https://github.com/DAGWorks-Inc/burr/tree/main/examples/web-server>`_.
for the high-level concepts + some implementation tricks. Run ``burr`` after ``pip install "burr[start]"`` and click ``examples/email-assistant`` to see example in action.