Skip to content

It is a group chatting application over the private network. Easy to setup and easy to use.

Notifications You must be signed in to change notification settings

urvesh254/Chatly-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatly-CLI

maintainer jdk version release contributor

Table of contents

Introduction

  • 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.

Prerequisite

Execution

  • First we must run the Server.

  • Running the Server

    1. Compile the Server.java file.
    > javac Server.java
    1. Run the Server
    > java Server
  • After running the Server run the Client at different host.

    1. Compile the Client.java file.
    > javac Client.java
    1. Run the Server
    > java Client
    1. After that put your name, server name/address and port number for connect with server.

Screenshots

  1. Compile the Client.java and Server.java Compilation of Files

  2. Run the Server.java file. It ask the port number for running the server. After getting the input server run on this port number and show the host/IP address of the Server which help to Client to connect to the server. Running Server

  3. After running the server you can add multiple client to the server. Chaltly-CLI

Show some ❤️ by starring this repository.