Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket Client and Server Project

Project Overview

This project demonstrates a simple implementation of socket communication in Java, featuring both a socket client and server. The server listens for incoming connections and the client connects to the server to exchange messages.

Setting Up the Socket Server

  1. Ensure you have Java installed on your system.
  2. Open the project directory in your preferred IDE.
  3. Locate the Server.java file.
  4. Run the Server.java file to start the socket server:
    javac Server.java
    java Server

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages