there are some site that allow users to upload data and it is stored like this:
safe://listy/
What language is used to store the data? After clicking the upload button it allows you to enter text. Where is this data submitted and what language gets the text and stores it?
It’s a very good, high-level overview of how the network is designed. If you have further questions after looking that over, you’ll be able to frame them in a more relevant way.
All Listy SAFE sites data is stored in a JSON format in a Mutable Data Structure, for more information on the SAFE Network API I would recommend the SAFE API Overview and beaker-plugin-safe-app for developing using Javascript API.
Hello,
There is also the API for the Core libraries in Rust, which you can find here.
A C Sharp (for on mobile: Xamarin) and also a Java library are in the pipeline.