Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 650 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 650 Bytes

Project usage

Firstly you should download and install the latest version of IntelliJ IDEA

Get a project from version control

  1. From the main menu select File|New|Project from version control of Git|Clone

  2. In the Get from version control window, specify the URL of this repository. img.png

  3. CLick Clone, then click Yes in the confirmation window (it will create a project based on the sources that we cloned).

Add following build configuration

For Server.java

img_1.png

For Client.java

img_2.png