Currently the JavaScript lobby.app.save function can save app's data from client side.
Pros
Cons
- People using Lobby Web can easily make the database overflow with data by calling this function in a loop
- Insecure
Alternative
Instead, I recommend devs to write an AJAX file in "src/ajax" dir of app and send data in JS using lobby.app.ajax function.
Should JS lobby.app.save and lobby.app.remove functions be removed ?