- Hey there, welcome to Chatly-CLI repository. It is a group chatting application over the private network. Easy to setup and easy to use.
- "Suggestions are welcome", put your suggestions in issue.
- For run Chatly-CLI in you system you want to install some softwares.
- Java JDK
- IDE or Language editor (Download any one if you want to see the code.)
-
First we must run the Server.
-
Running the Server
- Compile the
Server.javafile.
> javac Server.java- Run the Server
> java Server - Compile the
-
After running the Server run the Client at different host.
- Compile the
Client.javafile.
> javac Client.java- Run the Server
> java Client- After that put your name, server name/address and port number for connect with server.
- Compile the


