this pet-project is synchronised c++11 server and a small website for this server.
- logs
- exception handling
- syncronised connection
- get & head method support
- fast and efficient c++ server
- download the zip file
1e.

- extract its contents
2e.

- open the folder and then start the server.sln
3e.

- build the code
4e.
and you are done.
- open your desired windows command line application
- set path to the server executable
cd path\serverserver gets ip, port, root dir, through command line arguments
so you have to specifie them when starting the executable. - type:
server.exe <ip> <port> <rootdir>3e. exampleserver.exe 127.0.0.1 8080 path\to_rootdir\
for a test you can use these args
server.exe 127.0.0.1 8080 papka\
- open any browser
- in search bar type
http://<server_ip>:<server_port>