Re: Web chat app over web sockets

On 4 January 2013 18:25, Melvin Carvalho <melvincarvalho@gmail.com> wrote:

> I had a couple of hours free so I quickly prototyped something I've been
> wanting to do for a while.   A web chat app over websockets.
>
> http://webid.im/
>
> It works over web sockets and will prepopulate your name with the webid in
> your certificate if you have one
>
> It also support multiple chatrooms by adding a subdomain e.g.
>
> http://rww.webid.im/
>
> Apologies in advance, given the time constraints, the UI is not as user
> friendly as I would like it to be, but maybe over time it an improve.
>
> Am also thinking of adding encryption or a more skype like interface which
> shows names, pictures and has sound notifications.
>
> Maybe if I get some time free, or if someone wishes to add some code, just
> let me know!
>

I've added end to end encryption ... simply set the 'key' value in
localStorage and it will aes encode messages

localStorage.setItem('key', 'secret')

Received on Friday, 4 January 2013 23:08:25 UTC