MU Computer Science Java Client-Server Socket DEMO
This Java Applet should put up two text fields, one input and
one output. You type any string into the input field, the Java
applet code should send the string to the server running on zansiv.millersv.edu (listening to some port number) and reverse the string for you. I know, not really a brilliant display of code, but it does show how to send stuff over the Internet using Client-Server Java code.
This code comes from David Flanaghan's Java in a Nutshell book and downloaded from O'Reilly to here....
Show Java Client code: AppletClient.java
Show Java Server code: Server.java
Show C Server startup code: startserver.c
This won't do much, without a Java enabled browser...
To START SERVER click below...
START SERVER
Back To CS406 Java Main Page