Commit c75ce9e7 authored by mohammad.salama's avatar mohammad.salama

Add README.md

parent bd86b9eb
# Project Title
simple HTTP Server using HttpExchange and HttpClient using CompletableFuture.
## Description
create HTTP Server that makes some futile calculations on some numbers, the idea is to use HTTPExchange and deal with headers and body.
Clients send numbers and print results to the console, they use HttpClient and CompletableFuture.
clients siimply print the results to the console.
## Getting Started
### Executing program
#### Ready Servers
java -jar .\Jars\server.jar 8080
java -jar .\Jars\server.jar 8081
#### create clients as many as you want
java -jar .\Jars\client.jar
## Authors
Contributors names and contact info
* Name: Mohammed Salameh
* email : mohammedsalameh37693@gmail.com
* LinkedIn : www.linkedin.com/in/mohammed-salameh-8b4811313
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment