/TCPChat

Simple Chat with security, using TCP

Primary LanguageJava

TCP-Chat

Simple Chat with security, using TCP

Easy Run Instructions ( For non-developers )

Follow these instructions if you simply wish to run 3D Box

Prerequisites:

Java VM >= 1.6 installed ( JDK 1.7 recommended)

Server

  1. Download the executable jar file to any location of your choice:

    (https://github.com/SKantar/TCP-Chat/blob/master/Server.jar)

  2. Run it using java:

    java -jar Server.jar [port]

Client

  1. Download the executable jar file to any location of your choice:

    (https://github.com/SKantar/TCP-Chat/blob/master/Client.jar)

  2. Run it using java:

    java -jar Client.jar

Standard Run Instructions (For Developers)

Follow These instructions if you wish to run TCP Chat and modify the source code as well.

Prerequisites:

  • Java >= 1.6 ( JDK 1.7 recommended )
  • Eclipse Java IDE

Note: TCP Chat source code can be downloaded at: (https://github.com/SKantar/TCP-Chat/tree/master/source%20code).

  1. Download project to any location of your choice
  2. After opening the project in Netbeans or Eclipse, you can easily run the project