mitar / exposer

Expose all social posts in one place.
Other
4 stars 7 forks source link

Add anonymous real-time chat #43

Open mitar opened 11 years ago

mitar commented 11 years ago

Add anonymous real-time chat to the site. We should be careful to:

To assure anonymity even against traffic analysis, we could have that all connected clients are sending randomly padded/dummy packets of fixed size to the server in regular interval. Server is collecting them and then at the same regular interval it publishes real payload from one of them.