Do you think Vue 3 with Composition API and Firebase for the backend, is a good approach to build a production ready application facing 1000 users?
I am planning a web app where users may interact with a single page while the admin has control to change data and display to the users. It will be a basic functionality, though.
Opinions and critics are most welcome.
Top comments (4)
its better to go with framework like laravel or any other with simple API . it will be more scaleable in future with out more time & budget . its my opinion because i have currently building my own budget tracker web application on open source .....
Sounds like a good point. But since there wont be any major features to be added in the future, I am considering a managed platform like Firebase as of right now.
Provided that your data doesn’t require any enforced relationships, Firebase (I’m assuming you’ll use Firestore) will do just fine. Otherwise for relational data, take a look at Hasura (with a Postgres database), it’s pretty good. Laravel is great too, but if you want to get an MVP out in days, Vue + Firebase is killer (plus barely any backend code required)
Yes, based on what you described - sufficiently.
I wouldn't go "Laravel" (I'm Laravel developer of 8+ years), because you're adding unnecessary overhead and monolith framework which is overkill.