Post
Topic
Board Gambling
Re: FastDice.com Launching ➽ Demo Mode
by
MillionsBTCdev
on 26/11/2015, 05:23:33 UTC
Just a tip:

if you want your statement "We don’t claim to be faster, we claim to be the fastest out of anyone" to be atleast close to achievable , then dont use AJAX request spamming for updates.. Due to its larger data overhead, it will lag the client sooner or later. And spamming a get and post request just to get updates is a thing of the past.. Try using websockets, or SSE, they are much suitable for dice sites that polls for updates every second.