New ask Hacker News story: Could you recommend me a light web-stack for my web app?

Could you recommend me a light web-stack for my web app?
4 by laxmymow | 4 comments on Hacker News.
I'm making a small free web app in Django with bootstrap for frontend for small-size farmers to exchange services in between each others, the app will have no more then a 1000 users. Along the way i stumbled with a lot of problems: * phone version * chat in with selected groups of users * deployment and security I tried making it in django-rest with vue or using uvicorn and django-chat and even implementing my own chat system but it complicated the whole project a whole lot. Is something like firebase or aws lambda with preact or petite-vue with ionic(for phone version) better for these kind of small apps ? I'm looking for a different web framework that will have all these things included with minimal code required. I just would like to get it shipped as fast as possible. Do you have any suggestions ? Thanks in advance

Comments