I'm gonna program a site like Omegle but with as many conversational partners as you want! A place to meet many people and just chill out. I dunno if I should learn nodejs or python/twisted though. What you think?
Name:
Anonymous2012-07-05 13:59
Why not make an IRCd where each connected client gets a tripcode for a nick and /NICK does nothing, and then use some already existing javascript IRC client on your site. Consider how linked IRC servers will behave in this anonymous system. Then, open source it under a dual license of AGPL and Xarn Public License.
Erlang is obviously the best language for this IMHO.