top | item 41104470

(no title)

hamelsmu | 1 year 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

discuss

order

nknealk|1 year ago

Take a look at streamlit as well. It’s got a few weird sharp edges but is really easy to pick up

pydanny|1 year ago

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.