Skip to content

moalghifari/cpp-webserver

Repository files navigation

Web Server Experiment

This project is an experimental web server implemented in C++ using the Boost.Asio library.

Prerequisites

  • C++ compiler with C++11 support.
  • Boost.Asio library.

Getting Started

  1. Build the Project:
    make
  2. Run the Server:
    ./webserver
  3. Test the Server: Open a web browser and navigate to http://localhost:7717 or use tools like curl
    curl http://localhost:7717

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published