Chat applet

I

Ike

I'm wondering if someone can direct me to an open source, small chat applet,
which allows users on a given web page, to see who else is on that web page,
and chat with them. Just looking for something simple. THanks, Ike
 
R

Ryan Stewart

Ike said:
I'm wondering if someone can direct me to an open source, small chat applet,
which allows users on a given web page, to see who else is on that web page,
and chat with them. Just looking for something simple. THanks, Ike

It wouldn't be a simple applet. You'd have to write a server as well for the
applet to connect to. It isn't all that difficult, really. Lately it seems
as if I could write a server in my sleep. If you aren't up on network
programming try here:
http://java.sun.com/docs/books/tutorial/networking/index.html

Especially pay attention to the "All About Sockets" section. It walks you
through writing a simple server and client. As for the applet, besides the
net code, all it takes is a list box for showing users, a text area for the
messages, and a text field and button for sending messages.
 
B

Berlin Brown

Ryan said:
It wouldn't be a simple applet. You'd have to write a server as well for the
applet to connect to. It isn't all that difficult, really. Lately it seems
as if I could write a server in my sleep. If you aren't up on network
programming try here:
http://java.sun.com/docs/books/tutorial/networking/index.html

Especially pay attention to the "All About Sockets" section. It walks you
through writing a simple server and client. As for the applet, besides the
net code, all it takes is a list box for showing users, a text area for the
messages, and a text field and button for sending messages.
I just wrote something very quickly, of course it is not very
functional, but it is quick and dirty.

http://home.comcast.net/~bigbinc097/src/Mars.tar.gz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top