Skip to content

yvsja/simple-chat-application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

simple-chat-application

To run the application, you must have jdk-7 installed(and path for java must be set in operating system).

Migrate to the master directory containing Server.java & Client.java files. Open the terminal and type the following commands:

javac Server.java - to compile the Server.java file.

javac Client.java - to compile the Client.java file.

java Server - to run the server.

java Client - to run the client.

Now the client and the server can communicate.

About

Simple single client - server chat application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%