Skip to content

Compile and Run

h@di edited this page Jul 20, 2018 · 2 revisions

There is an example main.cpp under server directory. Also, makefile is provided for that example. After installing a c++ compiler, specially g++, run make in project folder and run ./server.out to start application. Also, You can specify port number like ./server.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