Skip to content

"Java project for basic client-server communication via sockets. Client connects, sends messages; server receives, responds. Supports separate execution on different machines.

Notifications You must be signed in to change notification settings

ozangulll/Java-ServerClientApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket CLIENT SERVER

License: MIT

Java project for efficient client-server communication over sockets.

Overview

This project provides a robust framework for establishing client-server communication using Java sockets. It's ideal for applications requiring real-time data exchange between distributed systems.

Features

  • Easy-to-Use: Simple API for setting up client-server communication.
  • Efficient: Optimized resource management and error handling.
  • Versatile: Supports deployment on various platforms and environments.

Quick Start

  1. Clone the Repository: git clone https://github.com/your-username/awesome-project.git
  2. Compile the Code: javac *.java
  3. Start the Server: java Server
  4. Run the Client: java Client
  5. Enter Messages: Input messages in the client console to send them to the server.

VIDEOS

javasocket.mp4

Contributions

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

"Java project for basic client-server communication via sockets. Client connects, sends messages; server receives, responds. Supports separate execution on different machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages