A simple HTTP server that accepts a list of words through a web interface, sorts them, and returns the sorted words. The server is built using C++ and the Boost.Beast library.
- C++17 or later
- CMake (3.10 or higher)
- Boost libraries (1.70.0 or later):
- boost_system
- boost_filesystem
sudo xbps-install -S boost-devel cmake git ninja git clone https://github.com/Filang666/WordSorterWebServer.git
cd WordSorterWebServercmake -Bbuild -GNinjacmake --build build./build/WordSorterWebServerThis project is licensed under the MIT License - see the LICENSE file for details. Contributing