up vote 3 down vote favorite
share [g+] share [fb]

I'm looking for a good, free, preferrably open source, IRC client to be embedded in a web page.

The obvious requirements of supporting most browsers, if requiering a plug-in it should be a plug-in that is allready widley deployed and it should not put too much strain on the webserver serving the page.

link|improve this question

43% accept rate
1  
Search google for "CGI IRC" if you want IRC clients that run on the webserver. Otherwise, there is at least on Java IRC client that's embeddable (runs on the user workstation). Mibbit is a very good IRC client that runs on the webserver. At any rate, this isn't a programming question - try looking here stackoverflow.com/questions/321618/… for other forums where you can get better help. – Adam Davis Apr 22 '09 at 18:00
How is this not a programming question? I'm looking for a component that can be used in a programming project... – John Nilsson Apr 22 '09 at 18:08
feedback

3 Answers

Not really a programming question, but Mibbit is quite capable, I've used it for a few different applications, it's always worked well.

Note that it will work best if your channel is on one of the networks listed here that support WEBIRC.

link|improve this answer
feedback

I have seen these before, but I have never really liked them. I think the best overall one was Mibbit. I think the best way to go about it would be to ask the user to install a client and use the irc:// linking syntax to launch a native client.

link|improve this answer
feedback

I assume a java applet would pass the multiplatform / Browser requirement ?

Pjirc Its not one ive used personally, but i have seen a fair few sites using it.

link|improve this answer
It seems the last release of Pjirc was 2004. Why is that? – John Nilsson Apr 22 '09 at 18:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.