Go Beyond | Blog | One Time Chat
Go Beyond
So here's my latest project: onetimechat.org
It just lets you give someone a chat link to talk over one time. It
might be useful for friend-of-a-friend tech help, or supplementing a
phone conversation. The person you talk to shouldn't be able to reach
you or track you by any means other than those which you disclose.
I started with a (absolutely terrible) Omegle clone in PHP with message
passing storage in MySQL. Rewrote it in WebLua with message handling done in
memory with a circular buffer.
Might opensource it one of these days, though I'm not sure how many
people want to start working in WebLua just to get it going. The Lua
code is alright, but my hacked-together CSS/Javascript is hideous.
Hope someone will find it useful :-).