i am working to create a uber like web application. Which Language i should use to create the application ?
Is firebase would be a great option for backend ?? If not please suggest.
It will be a web app
i am working to create a uber like web application. Which Language i should use to create the application ?
Is firebase would be a great option for backend ?? If not please suggest.
It will be a web app
Maybe
JavaScript (If you’re using Firebase for auth, submitting data to the database) or PHP & Node JS (If you’re not using Firebase)
It really depends.
Why not start by reading how Uber does it?
The language you should use is the language you’re most comfortable in. Python, Ruby, PHP, Golang, Node.js, Java, C# and possibly others can work fine if you’re comfortable with the technology.
I care less about the hypothetical performance of a programming language, given that in the real world application architecture, database speed and other platform overhead typically is a much more important factor.
And in the end, the company that wins is the company that provides the best service to their customers, not the one that has the lowest page response times.
I tend to prefer a traditional backend application with (relational) database over these fancy serverless tools. I think it’s easier to enforce business logic that way.
But I may just be old fashioned in that regard.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.