vote up 0 vote down star

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.

flag

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 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 at 18:08

3 Answers

vote up 1 vote down

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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
It seems the last release of Pjirc was 2004. Why is that? – John Nilsson Apr 22 at 18:24

Your Answer

Get an OpenID
or

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