Skip to content

Compile and Run

h@di edited this page Jan 10, 2019 · 2 revisions

There is an example main.cpp under examples directory. Also, makefile is provided for that example. After installing a c++ compiler, specially g++, run make in project folder and run ./myserver.out to start application. Also, You can specify port number like ./myserver.out 5000. While running server.out, application is available at http://localhost:5000 at your machine. In addition, a make clean command is provided in makefile.

Write your own makefile based on the provided one for your project.

AP HTTP

Clone this wiki locally