Skip to content

LuMarans30/clientServerJava17092022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clientServerJava17092022

GitHub all releases GitHub issues GitHub release (latest by date) Website

Simple app which connects a client to a remote or local server to perform mathematical expressions.

Usage:

  1. Run serverSocket.jar to start the background process
  2. Run clientSocket.jar to connect to the server and to solve the mathematical expressions, the "exit" command from the client will stop the server deaemon.

Java 17 or newer is required in order to run the jar files.