3 Link is a HTTP and HTTPS server (HTTPS is not finished).
5 Link will soon have it's own protocol for it's own browser (one day).
8 Simply type `make` to build then run the webserver.
10 If you want to just build it type `make build` if you just want to run it `make run`.
16 Currently we only support cli arguments for config.
18 `-d [Directory]` Specifies where the documents are.
20 `-p [Port]` Specifies which port the HTTP server should be located.
22 `-t [Threads]` Specifies how many threads to use for the HTTP server.