Skip to content

Client-server Java application reading user input into to text file.

License

Notifications You must be signed in to change notification settings

codecventer/client-server-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Client Server Socket

This application makes use of a web socket in order for a client application and server application to communicate with each other in order to write the user's input to a newly created text file.

Motivation

The motivation behind this project is simply to showcase the development of a client-server application using Java.

Features

  • Multiple clients can simultaneously connect to the server
  • User input is written to a text file

Installation

  • Clone the repo:
git clone https://github.com/codecventer/client-server-sockets.git
  • cd into the project folder and compile both server and client applications:
javac FileServer.java
javac FileClient.java

How to use?

  • Run the server application:
java FileServer
  • Run the client application:
java FileClient
  • Follow the prompts on the client's terminal window
  • View the newly created text file in the project's directory

Authors

About

Client-server Java application reading user input into to text file.

Topics

Resources

License

Stars

Watchers

Forks

Languages