Skip to content

indervirbanipal/client-server-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client Server Architecture

  1. Implemented a client server architecture in Java, with TCP/IP communication which can perform basic operations like file read/write/delete and list files from the server. The server is capable of storing objects persistently and reading them when client requests.

  2. The runnable jar contains the compiled code for this program. Make a data folder in the same location as of the server jar. Run this through command prompt after setting appropriate Java path. A sample command looks like java -jar client-server-data-storage-tcp-ip.jar. The message on the command prompt will show you that the server is up (provided that there is no other server up at the same port, which by default has been set to 10024).

  3. Run the client code (Main.java) and check the data folder (same location as of the server jar) to get the output files generated.

About

Client Server Architecture using TCP/IP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages