Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 317 Bytes

File metadata and controls

9 lines (8 loc) · 317 Bytes

webServer

A simple HTTP server written in rust

I wrote that server a few years ago (I think), just to try out std::net. It is a bare http server written in rust only with the standard library, thus has no dependencies. You can compile and tinker with it, add new features and etc.

cargo build && cargo run