Y
Hacker News
new
|
ask
|
show
|
jobs
by
LePoneyRouge
4157 days ago
I did: setInterval(function(){socket.join("rooms:" + 'hn', {}, function(chan) {chan.send("new:message", {content: 'message from a BOT', nick: 'nick', chan: 'hn'})});}, 10);
There is obiously some security problems. ;)
1 comments
termos
4149 days ago
My friend did the same, really took its toll on the servers and I was forced to take them offline. Rate limiting is now implemented, thanks for pointing this out!
link