You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.