<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Databricks Apps Hosting Backend and Frontend in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-apps-hosting-backend-and-frontend/m-p/145286#M52480</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to host a webapp whose frontend will be on Streamlit and backend running on FastApi. Currently Databricks app listens to host&amp;nbsp;&lt;SPAN&gt;0.0.0.0&lt;/SPAN&gt; and port 8000 and my backend is running on host '&lt;SPAN&gt;127.0.0.1' and port 8080(if it's available). I want to understand what the best approach is here to host backend and frontend efficiently?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 15:40:13 GMT</pubDate>
    <dc:creator>prajwalpoojary</dc:creator>
    <dc:date>2026-01-26T15:40:13Z</dc:date>
    <item>
      <title>Databricks Apps Hosting Backend and Frontend</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-apps-hosting-backend-and-frontend/m-p/145286#M52480</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to host a webapp whose frontend will be on Streamlit and backend running on FastApi. Currently Databricks app listens to host&amp;nbsp;&lt;SPAN&gt;0.0.0.0&lt;/SPAN&gt; and port 8000 and my backend is running on host '&lt;SPAN&gt;127.0.0.1' and port 8080(if it's available). I want to understand what the best approach is here to host backend and frontend efficiently?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 15:40:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-apps-hosting-backend-and-frontend/m-p/145286#M52480</guid>
      <dc:creator>prajwalpoojary</dc:creator>
      <dc:date>2026-01-26T15:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Apps Hosting Backend and Frontend</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-apps-hosting-backend-and-frontend/m-p/145311#M52482</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/212097"&gt;@prajwalpoojary&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Given you already have Streamlit on 0.0.0.0:8000 and FastAPI on 127.0.0.1:8080, you can keep that split and do server-side calls from Streamlit to &lt;A href="http://127.0.0.1:8080/" target="_blank"&gt;http://127.0.0.1:8080/&lt;/A&gt;. It’s efficient and avoids cross-origin/auth issues. If you later want external clients to call the API, move those endpoints under /api on the public 8000 server and use OAuth tokens.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.databricks.com/blog/building-databricks-apps-react-and-mosaic-ai-agents-enterprise-chat-solutions" target="_blank" rel="noopener"&gt;This blog post&lt;/A&gt; walks through setting up a react chat frontend to interact with a FastApi backend.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:54:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-apps-hosting-backend-and-frontend/m-p/145311#M52482</guid>
      <dc:creator>stbjelcevic</dc:creator>
      <dc:date>2026-01-26T21:54:53Z</dc:date>
    </item>
  </channel>
</rss>

