Skip to content

This project implements a basic client-server communication system using the Java programming language,It demonstrates the fundamental concepts of computer networking of client-server architecture,deeper understanding of client-server communication, The client and server communicate with each other through messages sent over a network connection

Notifications You must be signed in to change notification settings

usmanyousaaf/ChatApp-Client-Server-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Chatbot Client-Server Communication in Java

This repository contains a basic implementation of a chatbot that communicates between a client and server using Java language. The program demonstrates the fundamental concepts of client-server communication and can be used as a starting point for university projects or assignments.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Java Development Kit (JDK)
  • An IDE, such as Eclipse or IntelliJ IDEA

Installing

  1. Clone the repository to your local machine using the following command:

git clone https://github.com/<username>/chatbot-client-server.git

  1. Open the project in your preferred IDE.

  2. Compile and run the Server.java file.

  3. In a separate terminal or console window, compile and run the Client.java file.

  4. You should now be able to send messages between the client and server through the console.

Built With

  • Java language

Authors

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc.

About

This project implements a basic client-server communication system using the Java programming language,It demonstrates the fundamental concepts of computer networking of client-server architecture,deeper understanding of client-server communication, The client and server communicate with each other through messages sent over a network connection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages