Skip to content

fedecaccia/rust_http_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Server with Rust

Rust http server from scratch.

Let's run the linter first:

cargo fmt

To build the server:

cargo build

To listen to (default) port 8080:

cargo run

By default, /, /hello and non-found routes are handled and html websites returned. Simple css syntax included.

About

Rust http server from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published