Multiple people adding data at the same time

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.

There are many Wix sites that have hundreds, if not thousands of users simultaneously pounding away at their keyboards or touch screens submitting forms, creating data, and so forth. Wix Data handles all of that without you needing to worry.

Thanks. That’s all I needed to hear. :smiling_face: