/http-server

A simple http (1.1 version protocol) single thread server that provides HTML, CSS and JavaScript files, using Rust.

Primary LanguageRust

http-server

A simple http (1.1 version protocol) single thread server that provides HTML, CSS and JavaScript files, using Rust.

Credit: https://github.com/gavadinov and https://www.udemy.com/course/rust-fundamentals

Requirements

To successful run this code, you need to have Rust and Cargo installed on your Machine.

For the instalation guide click here.

Getting started

Just clone the repo and use cargo to run the code as shown below

$ git clone https://github.com/federicobaldini/http-server
$ cd http-server
http-server->$ cargo run