Hacker News new | ask | show | jobs
by nknealk 685 days ago
Take a look at streamlit as well. It’s got a few weird sharp edges but is really easy to pick up
1 comments

I like streamlit but found it if gets beyond a certain size it gets very hard to manage.

Also, because FastHTML is powered by starlette, it handles async really well. That means web sockets have been a trivial implementation.