PDA

View Full Version : ExtJS-Irc ??



dynqnet
4 Apr 2008, 4:37 AM
hey people,

i've been looking around in extjs for the last few days, and i must say im very very impressed..
I was thinking about writing an irc web client, only i can't find any good php backend to start from..
While googling around i've found mibbit wich is already built with JSON with Ajax, and the developer plans to release an api sometime soon.. He's not OSS'ing it for now, but with an api i think a great application could be made ( as i cant find any other good clients other than those ugly java apps )

Not sure if im allowed to posts links here, so google for mibbit..

I think i'm not the only one interested in this matter, anyone else has any suggestions to get this thing started?

Michael

thedave
4 Apr 2008, 4:49 AM
I once did a IRC interface with php. Backend was the phpii which is pretty crap. It works on file base and uses pipes to write and read from the channels. Was no big deal to write a interface for this.