free online storage instead of local storage | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

free online storage instead of local storage

Hello guys i just make an application which can send data from one user to another user but i currently used local storage for data to store. i want to know that is there anything on internet where i can store and update data from my application so other user of my application when open application then can get the same data which i added or updated inside the application

18th Aug 2020, 1:53 PM
Mr Robot
Mr Robot - avatar
9 Answers
+ 7
Yes of course! All the Apps have their data stored on the internet. For that you need to buy a web hosting and a domain. You can store all the data on the web hosting. Web hosting is similar to local storage. For accessing the data, you just need to have links n all. You can google about web hosting and cloud applications on Google. Happy coding (^_^)
18th Aug 2020, 1:57 PM
Charitra
Charitra - avatar
+ 5
There are databases, MongoDB, Firebase. These are NoSQL databases, there are SQL ones too, search about these, see which one you find better. Then search on youtube for a tutorial on them and follow along a playlist :)
18th Aug 2020, 2:04 PM
maf
maf - avatar
+ 3
Saad Mughal See brother, you can get free hostings all over the internet. If you intend to use them just for practicing, then go for it. If you want to use it professionally, then go for genuine hostings for a couple of bucks. Free hostings - https://hostingfacts.com/free-web-hosting-sites/
18th Aug 2020, 2:12 PM
Charitra
Charitra - avatar
+ 3
Saad Mughal most welcome bro. You can surely use them for practical purposes. Just make sure you do not share private data with them, as they are free, and you know what free things can cost you. So be carefull while using them. Happy coding (^_^)
18th Aug 2020, 2:17 PM
Charitra
Charitra - avatar
+ 2
Charitra Agarwal maf Thanks guys the application I made is just for practice I know front end development and Know how to store this data in local storage Is there any free services on internet where I store my json data and update this data with the help of my application without any knowledge of back-end development
18th Aug 2020, 2:09 PM
Mr Robot
Mr Robot - avatar
+ 1
Charitra Agarwal thanks bro my application is just for practice no important data in it.
18th Aug 2020, 2:15 PM
Mr Robot
Mr Robot - avatar
+ 1
Charitra Agarwal Can I also publish this application online with the help of other websites free so any one can use it
18th Aug 2020, 2:16 PM
Mr Robot
Mr Robot - avatar
+ 1
18th Aug 2020, 2:19 PM
Mr Robot
Mr Robot - avatar
+ 1
Charitra Agarwal hello bro something I can't understand I want to store my json data which is on my local storage not my web application on to the internet Like MongoDB so as I want to store data for free after some research o found that firebase is use for that purpose
18th Aug 2020, 3:20 PM
Mr Robot
Mr Robot - avatar