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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Java Development Kit (JDK)
- An IDE, such as Eclipse or IntelliJ IDEA
- Clone the repository to your local machine using the following command:
git clone https://github.com/<username>/chatbot-client-server.git
-
Open the project in your preferred IDE.
-
Compile and run the
Server.java
file. -
In a separate terminal or console window, compile and run the
Client.java
file. -
You should now be able to send messages between the client and server through the console.
- Java language
- usmanyousaaf - Initial work
- Hat tip to anyone whose code was used
- Inspiration
- etc.