Which web framework do you prefer if you want to store data into a database that can be retrieved from anywhere in the world? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which web framework do you prefer if you want to store data into a database that can be retrieved from anywhere in the world?

I am currently struggling to decide which framework to use to implement a website such that if one user enters some data, that data gets stored into a database, and then anyone across the world can retrieve that data as well as when someone retrieves that data, he will be shown calculated results of it. For example, if i enter salary of 10 people onto a website. Now a friend of mine retrieves that data, and the data that is displayed is the sum of those 10 salaries. So which frameworks would you suggest me as well as which database would be perfect to use? Can i use MongoDB or PHP or anything else? Should I use django or javascript frameworks or anything else?

23rd May 2021, 4:47 AM
Aman Kumar Singh
Aman Kumar Singh - avatar
1 Answer
+ 1
My suggestions are Laravel + Mysql + redis Or Golang + Postgresql + redis, Though All backend frameworks can do that
23rd May 2021, 4:53 AM
Nima