Batur123 / client-server-arch

Client-Server Socket Programming with Java,SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Run?

1 - Run ServerControl.Java (Main Server)
2 - Run Main.Java (Client)
3 - Send Command to the Server in Main.Java (For example ipconfig /all). Then get response from ServerControl.Java

Note: If you want to run 2 Client and 1 Server at the same time, you need to let parallel run for Main.Java in IDE options (Intellij has that option in: Run->Edit Configurations->Application->Main.Java->Modify Options->Allow Multiple Instances)

0

1

2

3

About

Client-Server Socket Programming with Java,SQLite

License:MIT License


Languages

Language:Java 99.7%Language:HTML 0.3%