No-code in the front, Python in the back. Streamsync.

<h1>The origins</h1> <p>About a year ago, one of my colleagues introduced me to Streamlit. I thought it was a great concept, but far from masterfully executed. To prove a point, I quickly assembled a proof-of-concept using Python, Vue and WebSockets and wrote&nbsp;<a href="https://medium.com/@ramiromedina/like-streamlit-but-fast-enabling-low-latency-data-apps-948b95b098a2" rel="noopener">a Medium article</a>&nbsp;about it. The mechanics were similar to Streamlit&rsquo;s, but it was much faster.</p> <p>I didn&rsquo;t intend to compete against Streamlit &mdash; I just wanted to push things forward. On my quest for faster data apps, I also profiled Streamlit&rsquo;s code and suggested the improvements that would become their&nbsp;<code>faster_reruns</code>&nbsp;feature.</p> <p><a href="https://medium.com/@ramiromedina/streamsync-like-streamlit-but-faster-and-with-a-visual-ui-editor-9f98ad17adf"><strong>Read More</strong></a></p>
Tags: Python