Best way to embed an IRC client in a webpage - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T09:39:32Z http://stackoverflow.com/feeds/question/778430 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/778430/best-way-to-embed-an-irc-client-in-a-webpage 0 Best way to embed an IRC client in a webpage John Nilsson 2009-04-22T17:55:27Z 2009-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#778445 1 Answer by Chad Birch for Best way to embed an IRC client in a webpage Chad Birch 2009-04-22T17:59:54Z 2009-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#778453 0 Answer by Bob for Best way to embed an IRC client in a webpage Bob 2009-04-22T18:01:33Z 2009-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#778463 0 Answer by Fusspawn for Best way to embed an IRC client in a webpage Fusspawn 2009-04-22T18:05:05Z 2009-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>