Hacker News new | ask | show | jobs
by hamelsmu 685 days ago
I am a python developer who has been envious of modern application dev frameworks & typescript, but never had the time to invest in another stack. This is so exciting. I suspect this might be catalyst that empowers more people to ship stuff
1 comments

Take a look at streamlit as well. It’s got a few weird sharp edges but is really easy to pick up
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.