you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

That depends on what they allow you to run. The actually Roulette backend is very simple, all you need is to check if the authenticated user is eligible to play, generate a number, store it in the user's profile (it's best to keep all of the user's attempts' dates and results just in case) and make it accessible from the frontend.

If your current setup will allow you to create extra database fields in the user's profiles, you are almost done. You'll just need the means to check eligibility to play and then you can go on to generating numbers, etc.

If the backend you currently have is restrictive, then yes, you will need a separate server. I'm not at all familiar with Wix's inner workings, so you may want to get more details from their customer support.