README
clientServerJava17092022
<div>
<img alt="GitHub all releases" src="https://img.shields.io/github/downloads/LuMarans30/clientServerJava17092022/total">
<img alt="GitHub issues" src="https://img.shields.io/github/issues/LuMarans30/clientServerJava17092022">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/LuMarans30/clientServerJava17092022">
<img alt="Website" src="https://img.shields.io/website?down_color=red&down_message=offline&up_color=green&up_message=online&url=https%3A%2F%2Flumarans30.github.io%2FclientServerJava17092022%2F">
</div>
<br>
Simple app which connects a client to a remote or local server to perform mathematical expressions.
<h2> Usage: </h2>
<ol>
<li>Run serverSocket.jar to start the background process</li>
<li>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.</li>
</ol>
<h3>Java 17 or newer is required in order to run the jar files.</h3>