<br><br><div class="gmail_quote">On 4 January 2013 16:32, Melvin Carvalho <span dir="ltr"><<a href="mailto:melvincarvalho@gmail.com" target="_blank">melvincarvalho@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I came across this nice tutorial that shows you how to run chat over websockets<br><br><a href="http://martinsikora.com/nodejs-and-websocket-simple-chat-tutorial" target="_blank">http://martinsikora.com/nodejs-and-websocket-simple-chat-tutorial</a><br>

<br>I added this to my freedombox in about 30 minutes including installing nodejs, opening ports, adding WebID integration<br><br>Presently, it's one big chat room, but I may add multiple channels, encryption, an nicer UI and other good stuff<br>
</blockquote><div><br>A quick note to say ive added a couple of features:<br><br>Multiple chat rooms based on origin  e.g. <a href="http://fbx.webid.im/">http://fbx.webid.im/</a><br><br>Also end to end encryption<br><br>Set your localStorage.setItem('key', 'secret')  <br>
<br>and it will aes encode messages so that not even the server can see what you type<br><br>still a little buggy but it does work and it's nice to know that with a freedombox and a day spare to code, you can quick knock together useful apps! :) <br>
</div></div><br>