System Programming: HTTP Calculation Offloading Service
To start, compile with following parameters: clang -Wall -lm --pedantic -D_POSIX_C_SOURCE=200809L Server.c
After this, you can start the server with a port you want or show the help.
Show the help: -h
Start with specific port: -p portnumber
Then go to a browser(e.g.Google Chrome) and enter as below: http://localhost:portnumber
After pressing enter, you will reach the mainpage. There you see all the operations that can be done.
Have fun!