![]() |
Are we back...? Oh, yeah...
|
eChat

eChat is a full-featured Java chat system. The client (the software that runs on the visitor's computer) is less than 10k in size and lightning fast. The server (the software that controlls all the connections) is written entirely in Java and will run inder kaffe (UNIX), Windows NT, or Windows 95.
Because eChat is Java, visitors have NO SOFTWARE to download or install. eChat allows users to create private rooms, send sounds and web pages to other connected users. It's HOT, and you can try it out right now.
Best of all, eChat is FREE to include in your personal web pages. If you'd like to use eChat for a commercial application, or run your own private server, please drop us a note.
To use eChat on your own page, insert the following HTML code somewhere in your page:
<applet
codebase="http://doppelganger.ssimicro.com/chat/"
code=eChatClient104.class
name=eChatClient104
width=500
height=300 >
<param name=server value="199.247.51.11">
</applet>
PanaView