Name: Anonymous 2012-11-23 18:37
I need a backend for a web chat feature. I don't have a powerful server to run it on so I'm trying to squeeze as much juice as possible from my 1.5Ghz single core 512MB instance.
At first I thought I would just write a simple polling solution but it turns out there is this thing called comet (reverse-ajax) that in general is more efficient, so I was looking into that and I couldn't find much information.
I'm now thinking of simply installing an IRC server and just writing an AJAX IRC client (although I'm sure there are many other projects too chose from already).
Why does /prog/ think? Am I heading in the right direction?
At first I thought I would just write a simple polling solution but it turns out there is this thing called comet (reverse-ajax) that in general is more efficient, so I was looking into that and I couldn't find much information.
I'm now thinking of simply installing an IRC server and just writing an AJAX IRC client (although I'm sure there are many other projects too chose from already).
Why does /prog/ think? Am I heading in the right direction?