Skip to content

jubayer98/A-Simple-Client-Server-Application-Using-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A Simple Client-Server Application Using Java

This repository contains a very simple client-server application, also known as a Vanilla Socket Program, implemented in Java. The application demonstrates basic socket programming concepts in Java, enabling communication between a client and a server.

Features

  • Simple Communication: Establishes a basic connection between a client and a server.
  • Message Exchange: Allows sending and receiving messages between the client and the server.
  • Java Sockets: Utilizes Java's Socket and ServerSocket classes for network communication.

Getting Started

Prerequisites

  • Java Development Kit (JDK): Ensure JDK is installed on your system.

Files

  • Server.java: Contains the server-side implementation.
  • Client.java: Contains the client-side implementation.

Contribution

Contributions are welcome! Feel free to fork the repository, make improvements, and submit a pull request.


Enjoy using this simple client-server application built with Java!

About

This is a very simple client-server application, also known as a Vanilla Socket Program, developed using Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages