Chatter

What is this?

Chatter is a simple chat site where you're connected with another random user.
The conversations are logged, mostly so I have the possibility of looking at neat graphs and statistics in the future. Don't send private information you don't want me to know about, even though I'm not sure why you'd send that to a stranger in the first place.

Who made it?

I did!

How does it work?

The client transmits all of your actions to the server with the help of some javascript and websockets.
The server is implemented using node.js and WebSocket-Node. Both the server and client are around 200 lines of code, so you could quite easily make your own version of this.

It doesn't work!

If it's not working, or you have any comments, suggestions or bug reports, please send me an email at chatter@lundstig.com.