What's a good back end for a Vue front end?
Posted by catcarrier@reddit | learnprogramming | View on Reddit | 2 comments
Hi,
I've recently developed a web app using a Vue front end and a Firebase back end. I was a bit disheartened to learn that there seems to be very little assurance about spending limits within Firebase - as in, you might spend a lot more than you intend to depending on the usage patterns of your app. Is there a better alternative for a back end? I've been looking into Supabase - which seems promising. Also, I'm coming from a Rails background so that's a possibility...
If you guys have any suggestions for back ends or Vue tech stacks that you like, I'd really appreciate hearing them!
Sensitive-Raccoon155@reddit
It’s not clear exactly what you’re looking for. Supabase is for data storage, if you need a full-fledged backend API, you could use nodejs as you’d be using the same language, but personally I use C#/.NET for my backend and Vue for the frontend.
thoflens@reddit
There is no backend that’s better than others for a Vue frontend. Choose whatever you like; Go, Node, Rails, Rust, whatever.