Skip to content

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

Notifications You must be signed in to change notification settings

federicobaldini/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published