-1

I want to put an IRC client in my webpage. I know there are many clients but not opensource ones (I didn't find any). So, do you know some free and open source projects to implement an irc client on a webpage?

And what do you suggests in term of implementation? I mean is it a good idea to have one made in flash?, one made in html5?, one made in javascript/php?. Thank you for your answers.

Manos Dilaverakis
  • 5,849
  • 4
  • 31
  • 57
DomingoSL
  • 14,920
  • 24
  • 99
  • 173

3 Answers3

1

If you don't mind installing a little server-side code, take a look at the qwebirc project. This is what Freenode uses for it's web-based chat client.

Jon W
  • 15,480
  • 6
  • 37
  • 47
0

If you don't want to use mibbit directly then you can at least steal some of the ideas.

Joe Phillips
  • 49,743
  • 32
  • 103
  • 159
-2

This one is an open source client: http://xchat.org/

Khorkrak
  • 3,911
  • 2
  • 27
  • 37
  • Ah well you can write your own quite readily using twisted / nevow / comet. Here's a tutorial: http://divmodsphinx.funsize.net/nevow/chattutorial/intro.html – Khorkrak Jun 18 '10 at 02:49