Hacker News new | ask | show | jobs
What If a Web Framework from a Garage Solved Everything? (medium.com)
1 points by jurisjs 372 days ago
1 comments

No 1 framework will ever solve everything.

I'm typically a django guy but that's beefy with a db.

In just a localhost type project that doesnt need any db; that's overkill.

Streamlit is pretty epic. It's really nice how fast you're up and running. There's no db, no auth, etc.