Um, need more info?<p>Anonymous but not over https? Yes, you said you're gonna add it at some point, but it doesn't
inspire much confidence. You should start with that.<p>Also, architecture? The about section doesn't say much.
And you store messages(but not IPs) to what end?
Other people I'm sure are letting you know as well, but it's returning a 502 now from all the HN traffic and it doesn't look like there's a cached copy anywhere
I did:
setInterval(function(){socket.join("rooms:" + 'hn', {}, function(chan) {chan.send("new:message", {content: 'message from a BOT', nick: 'nick', chan: 'hn'})});}, 10);<p>There is obiously some security problems. ;)
I think the name, anoncat, is very clever. Maybe I'm predisposed for cat-like-things. But anyway the application is very clever too.<p>How come you store the chat messages?
Looks nice!<p>I see you allow file uploads. How do you handle file storage, isn't that potentially expensive (DOSing your bank account)? And what about legal problems (copyright infringement and illegal stuff)?