Skip to content

aakar-mutha/cpp-server

Repository files navigation

C++ Server

A basic Web Server written from scratch in C++.

The functionality of this server depends on the POCO Library.

To install POCO:

    curl https://pocoproject.org/releases/poco-1.13.3/poco-1.13.3.zip -o poco.zip
    unzip poco.zip
    cd poco-1.13.3
    mkdir cmake-build
    cd cmake-build
    cmake .. 
    cmake --build . --target install

To run the server locally:

    git clone https://github.com/aakar-mutha/cpp-server.git
    cd cpp-server
    mkdir build
    cmake ..
    make
    ./serve

Lastly, thank you for coming here. Please let me know how I can improve it. The website that you see here is an old version I had made to learn HTML. CSS and JS. Hit me up on Linkedin or Instagram.