Skip to content

A rewrite of the infamous Spidey webserver from Notre Dame's Systems Programming Course in Rust.

Notifications You must be signed in to change notification settings

ginglis13/spidey-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spidey-rs

A rewrite of the infamous Spidey webserver from Notre Dame's Systems Programming Course in Rust.

Unix only. Uses the nix crate in order to use the fork system call, so this won't run on Windows. This is intentional as the original project only compiled for Unix.

Build and Run

cargo build

All logs:

RUST_LOG=spidey_rs ./target/debug/spidey-rs

Just info (and error) logs:

RUST_LOG=info ./target/debug/spidey-rs

You can also just run with

RUST_LOG=spidey_rs cargo run

About

A rewrite of the infamous Spidey webserver from Notre Dame's Systems Programming Course in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published