Hello,
I have an application written in Processing that saves information obtained through interaction with a user. This information is simply saved to a local folder and is used on subsequent invocations of the app. This is great and all, but now I need to store the data remotely so multiple users can read and edit it. I also need to restrict access of each data set to their approved group of users. This seems like a problem that many others have solved already.
I'm hoping to hear some suggestions or recommendations for how best to do this.
Do I need to write a server that saves/sends data to authorized clients? How do clients become authorized?
If I saved the data as XML, or some other format, are there existing tools to help me do this?
I've been looking through the forum (
XML
Multiplayer XML ), but I'm just not sure what I should do yet.
Also, I know I will have to deal with concurrent access so the data doesn't become corrupted. Another issue I'm sure others have solved.
I'm sure I can write my own client/server, but I imagine there are Processing or Java resources available to help.
Any help would be greatly appreciated!
tia
bbc
1