Hi, I want to develop an educational web application with apis that can be integrated with android application.
What is the best option for this kind of applications. Nodejs + MongoDB or PHP + MySQL
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
Taking in consideration your db for simplicity I would go for nodejs and mongo, just because of the database layout that I see in my mind... But you should take a look to your db and see what you will need
Thanks for replying. It will include student database, faculty database and a custom huge database for anybody who signs up .
I think NodeJS + MongoDB will be better since it is an educational web application and it can possibly have a bigger scale in time.
Thanks. As it will contain heavy courses material too.I too think that NodeJs+ MongoDB will a better choice.