One of the key features of HStream is not having to start over when your project outgrows the linear script structure of HStream. This out growing cou

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-05-12 12:00:05

One of the key features of HStream is not having to start over when your project outgrows the linear script structure of HStream. This out growing could be due to needing to implement more complex authentication, more custom user flows or any number of other issues I have faced in building real world PoC's with Streamlit in the past.

We'll put your current working app in your directory as a traditional Django app for you to add more routes onto the working HStream endpoint.

Caveat: the HStream part of the server won't follow a typical Django web app structure, but you can go ahead and develop the rest of your service in traditional Django fashion.

H-(html)-Stream is built with semantic html, Django and htmx to provide a fast and simple framework for rapid web app development that follows traditional frontend/server architecture (or at least follow it closer than Streamlit).

hs.button: renders and evaluates to true if the user click the button (still a little unsure exactly how this should be implemented as evaluating to true doesn't quite capture the ideal of pressing a button)

Leave a Comment