Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 425 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 425 Bytes

tcpClientServer

Contain 4 main classes to demonstrate tcp client server using sockets.

  1. Simple server and client which server can handle one clent at a time.
  • SimpleServer.java
  • SimpeClient.java
  1. Improved the Simple server to handle many client connections by using thread pools in java execuros.
  • ThreadHandledsever
  • ThreadHandledServer

This server converts a lower case text input into a upper case text.