Skip to content

pyfon/http-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-rs

HTTP Server written in Rust (work in progress!)
Written by Nathan Weetman.

Running

  1. Build:
cargo build --release
  1. See options:
target/release/http-rs -h
  1. Run:
target/release/http-rs --dir html

Testing

Run tests:

cargo test

About

A high-performance async HTTP server written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published