performance - Is there a super-high-load (Ajax) chat script out there? -


For a pet project, I'm looking for a web chat script capable of running potential Thousands Tens of users I do not want to use any type of applet or browser extension, so this should be a simple Ajax on the client side. On the server side, I'm too much open to do anything.

I am not looking for bells and whistles, a simple text-only chat is more than enough, as long as it has a lot of users, along with many 'channels' or 'rooms' the number is.

When I first started researching the chat script, it seemed that the only viable option would be to run the IRC server and just a web interface at the top of that I know that I would do well with that setup and Can achieve stability, but can I get better performance by using something more?

Any thoughts?

you might want to check

I believe some chat scripts are already there Using cometd I have no information about the stability.


Comments