Best way to embed an IRC client in a webpage - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T09:39:32Zhttp://stackoverflow.com/feeds/question/778430http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/778430/best-way-to-embed-an-irc-client-in-a-webpage0Best way to embed an IRC client in a webpageJohn Nilsson2009-04-22T17:55:27Z2009-04-22T18:05:05Z
<p>I'm looking for a good, free, preferrably open source, IRC client to be embedded in a web page.</p>
<p>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.</p>
http://stackoverflow.com/questions/778430/best-way-to-embed-an-irc-client-in-a-webpage/778445#7784451Answer by Chad Birch for Best way to embed an IRC client in a webpageChad Birch2009-04-22T17:59:54Z2009-04-22T17:59:54Z<p>Not really a programming question, but <a href="http://mibbit.com/" rel="nofollow">Mibbit</a> is quite capable, I've used it for a few different applications, it's always worked well.</p>
<p>Note that it will work best if your channel is on one of <a href="http://mibbit.com/networks/" rel="nofollow">the networks listed here that support WEBIRC</a>.</p>
http://stackoverflow.com/questions/778430/best-way-to-embed-an-irc-client-in-a-webpage/778453#7784530Answer by Bob for Best way to embed an IRC client in a webpageBob2009-04-22T18:01:33Z2009-04-22T18:01:33Z<p>I have seen these before, but I have never really liked them. I think the best overall one was <a href="http://www.mibbit.com/" rel="nofollow">Mibbit</a>. 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.</p>
http://stackoverflow.com/questions/778430/best-way-to-embed-an-irc-client-in-a-webpage/778463#7784630Answer by Fusspawn for Best way to embed an IRC client in a webpageFusspawn2009-04-22T18:05:05Z2009-04-22T18:05:05Z<p>I assume a java applet would pass the multiplatform / Browser requirement ?</p>
<p><a href="http://www.pjirc.com/" rel="nofollow">Pjirc</a> Its not one ive used personally, but i have seen a fair few sites using it. </p>