Skip to content

Simple Distributed Computing Client Server Codes implemented in Java.

Notifications You must be signed in to change notification settings

akhilesh20695/DC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DC

Simple Distributed Computing Client Server Codes implemented in Java. ##Contents This repository contains the following Client-Server Implementations:

  1. Echo Client-Server
  2. EchoServer.java
  3. EchoClient.java
  4. DayTime Client-Server
  5. DayTimeServer.java
  6. DayTimeClient.java
  7. Math Server-Client
  8. MathServer.java
  9. MathClient.java
  10. Echo MultiClient-Server
  11. EchoMultiClient.java
  12. EchoMultiServer.java
  13. Chat Server
  14. ChatServer.java
  15. ChatClient.java
  16. ChatServerSync.java
  17. Exception Servers (To study and handle different exceptions)
  18. ExceptionServer1.java
  19. ExceptionServer2.java
  20. ExceptionClient1.java
  21. ExceptionClient2.java
  22. Client-Server Codes with Java RMI
  23. HelloInterface.java
  24. HelloImpl.java
  25. HelloServer.java
  26. HelloClient.java
  27. SqrtInterface.java
  28. SqrtImpl.java
  29. SqrtServer.java
  30. SqrtClient.java

This is an eclipse project.

About

Simple Distributed Computing Client Server Codes implemented in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages