Show HN: A website that will be beaten by the first person to count to a million (counttoamillion.com) 6 points by QuantumQuirk27 1y ago ↗ HN
[–] mulhoon 1y ago ↗ This needs to get to the front page.Very interesting. It seems like it has special rate limiting, the inspector isn't allowed.I've given it a go with puppeteer but it refreshes every 100 or so.Lots of people trying over on reddit. https://www.reddit.com/r/webdev/comments/1frg8r2/i_built_a_w...
[–] shreddit 1y ago ↗ It's quite easy once you got the websocket url. The only drawback is, once you submit a wrong number your count gets reset to 1. So you have to listen for the incoming message with the confirmation before you send the next number.
4 comments
[ 5.7 ms ] story [ 20.0 ms ] threadVery interesting. It seems like it has special rate limiting, the inspector isn't allowed.
I've given it a go with puppeteer but it refreshes every 100 or so.
Lots of people trying over on reddit. https://www.reddit.com/r/webdev/comments/1frg8r2/i_built_a_w...