java chat

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

java chat

Post by s.dot »

My website chat is currently built using PHP/JavaScript/MySQL (DOM). It works OK for the most part, except that mozilla hates it.

Also (even though I've used javascript to create an illusion of real time chat) there is a couple second delay from when the message is sent, to when the message is displayed.

Thus, I've decided I need java. Java is platform/browser independent so it will work great for everyone.

Does anyone know of any premade (yes, I hate using programs already made, but I guess I will make an exception) java chats that have database connectivity configurability (for existing site members) ?
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Just search for "Java IRC applet".. I remember that i've installed GmorkIRC once in a website (but i don't seem to find the source for that applet anymore..)
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

http://www.pjirc.com/

You're welcome. :wink:
Post Reply