Skip to content

Created a simple console based chat application. This project shows the working of Client-Server architecture

Notifications You must be signed in to change notification settings

VeerkrushnaDalvi/Chat_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Chat_Application

Created a simple console based chat application. This project shows the working of Client-Server architecture ** Steps to run **

  1. Clone the repository to your local machine: git clone https://github.com/VeerkrushnaDalvi/Chat_Application.git

     Check your directory where you have run the command, clone of this project has been created there.
    
  2. Open the source file cd Chat_Application/Chat Application/src

  3. Compile & Run the program These are the few cmd's that you should need to run on th terminal or bash

    • First you need to compile the Server.java then after only you can run Client.java

    • So here are the commands that ypu need to run make sure that you will requre two terminals to run the file one for Server.java and other for Client.java

      Run this below cmd's on first terminal javac Server.java & java Server Run this below cmd's on second terminal javac Client.java & java Client

  4. Dependencies : This project does not have any external dependencies.

About

Created a simple console based chat application. This project shows the working of Client-Server architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages