I'm trying to get some kind of multiplayer working where every player constantly updates a json-file with its coordinates, speeds and similar. It works on the greenfoot application (somewhat), but how can I use this online? Formatter does not work, I cannot save files, and my files have more than 50 characters so I cannot simply save it into the UserInfo class as a string. Does anyone know if and how I can store a bigger string online?

