This project is an experimental web server implemented in C++ using the Boost.Asio library.
- C++ compiler with C++11 support.
- Boost.Asio library.
- Build the Project:
make
- Run the Server:
./webserver
- Test the Server:
Open a web browser and navigate to http://localhost:7717 or use tools like
curl
curl http://localhost:7717