Post
Topic
Board Gambling
Re: In which language top gambling sites are coded ?
by
m19
on 23/09/2014, 16:38:31 UTC
Most sites use Node.js for the backend. Mainly because it's the easiest (not always the best though) way to built a real time site handling a nice amount of users.

But my guess is we'll be seeing a lot more Go in the coming years. Built a small dice project in that handling 10.000 rolls in about 500ms.

Just Dice was also built in Node.js + MySQL by the way.