Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 449 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 449 Bytes

TCPServer-maven

This server can handle multiple client requests at the same time

Fist you should run the server(To run the server go to TCP-Server directory and run pom.xml file using "mvn clean install" command). Then you have to run Client(To run the client go to TCP-Client directory and run pom.xml file same as the above). After Server displayed client is connected you can send message to client. Finally you got the response from server.