bendordie / IMAQLIQ-Lite-Webserver

test task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMAQLIQ-Lite-Webserver

Getting started

Run make in terminal in the root directory of the project.

Then run ./server to start server. It will be executed in daemon mode and will be ready to service a clients.

To run client application do ./client <ip> <port> <file_path>. By default ip is 127.0.0.1 and port is 80.

<file_path> is a path to the text file you need to send to the server.

About

test task


Languages

Language:C++ 95.5%Language:Makefile 4.5%