Skip to content

LetsChat is a multithreaded client-server chat application with a text interface. Users can connect, broadcast messages, and send private messages to specific users on the server.

Notifications You must be signed in to change notification settings

Shanmukha18/LetsChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LetsChat

LetsChat is a multithreaded client-server chat application with a text interface. Users can connect, broadcast messages, and send private messages to specific users on the server.

Features

  • Multithreaded Communication: Supports simultaneous connections and messaging.
  • Broadcast Messaging: Users can send messages to all connected users on the server.
  • Private Messaging: Allows users to send private messages to specific individuals.
  • Text Interface: Utilizes a straightforward text-based interface for ease of use.

Getting Started

  1. Clone the Repository:
    git clone https://github.com/Shanmukha18/LetsChat.git
    cd LetsChat
  2. Compile and Run Server File:
    javac Server.java
    java Server

Server

  1. Compile and Run Client File:
    • Open a new tab in the terminal.
    cd LetsChat
    javac Client.java
    java Client

Client 4. Usage:

  • Enter user name and follow on-screen instructions for broadcasting or sending private messages.
  • To create another user follow step 3 once again
  • we can see every change in the server terminal.

Dependencies

  • No external dependencies beyond standard libraries

Contributing

  • Fork the repository and create a pull request for any improvements or features.

About

LetsChat is a multithreaded client-server chat application with a text interface. Users can connect, broadcast messages, and send private messages to specific users on the server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages