AJAX IRC client how?

I want to create an IRC client in Javascript, possibly using jQuery, but I'm struggling a bit with getting started.

I looked a bit at http://qwebirc.org/ and how they do it, but they have A LOT of code that does certain things for their project only.

I was looking for a network for a brief example that lets me get started, so that I could build on. Any suggestions on where to look, or anyone who can come up with an example?

+3
source share
4 answers

The backend is a more important consideration than using jQuery or something like that. As you know, you cannot write a full browser browser-based IRC client in Javascript; JS simply uses XMLHTTPRequest to collect data from a server socket connected to the IRC, implemented in something like PHP.

To do this, you may have more luck in searching for some PHP IRC library (for example: http://sourceforge.net/projects/phpsmartirc/ ) and then separately configure the client interface, which will somewhat facilitate "MANY code that executes certain things just for their project. "

+1
source

Elliott, , , sugestion - , Ajax IRC Client!

PHP Smart IRC - PEAR, IRC PHP.

, , .

0

AJAX / IRC, - .

jquery.ui.chatbox, , AJAX, , :

  • IRC
  • XMPP
  • PHP/MySQL
0
source

All Articles