Hi,
I am trying to create a live interactive forum for games and activities. I am adding functionality so that each user that is browsing on the page can submit data (a number or text) and it gets stored in a database along with the member name.
I want this happening in real-time. Is it possible that multiple user data gets added when they click the submit button. Or will there be a data loss if everyone clicks the submit button at the same time?
Do I need to add some code or wix handles it automatically. I am just worried if multiple people click the button (say in a 10 second window), then the system will crash and database would miss out on some entries.
Thanks in advance.