Skip to content

Filang666/WordSorterWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordSorter Web Server

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.

Requirements

  • C++17 or later
  • CMake (3.10 or higher)
  • Boost libraries (1.70.0 or later):
    • boost_system
    • boost_filesystem

Installation

Installing all required dependencies and CMake on Void Linux:

sudo xbps-install -S boost-devel cmake git ninja 

Building the Project

Clone this repository:

git clone https://github.com/Filang666/WordSorterWebServer.git
cd WordSorterWebServer

Run CMake to configure the project:

cmake -Bbuild -GNinja

Compile the project:

cmake --build build

Running the Server

Start the server:

./build/WordSorterWebServer

License

This project is licensed under the MIT License - see the LICENSE file for details. Contributing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published