You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make
# launch server
./server localhost 8000 2> server.out &
pid=$!# to shutdown later# ./client host port path, output is saved in out.html
./client localhost 8080 /big.txt 2> client.out