Xyphenore / web-server

A multithreaded Web server. Don't use it, it's an exercise of the Rust Book. Providing a Rust implementation and a C++ implementation.
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Multithreaded Web server

Implementation of a multithreaded Web server like the exercise of the Rust Book.

Please don't use it or use it at your risks. You can use ActixWeb.

[Version]() [Rust]() LGPL3.0 License Build

Table of contents

Tech Stack

Requirements:

Setup

You can download the project and build it with Meson.

Clone the project:

git clone https://github.com/Xyphenore/web-server.git

Build it:

cargo build

Run it

cargo run

Generate the documentation

cargo doc

Open the target/doc/web_server/index.html in the directory target/doc/web_server.

cd target/doc/web_server