An open API service indexing awesome lists of open source software.

https://github.com/noracodes/rtinyhttpd

A rewrite of J David Blackstone's tinyhttpd in Rust.
https://github.com/noracodes/rtinyhttpd

Last synced: over 1 year ago
JSON representation

A rewrite of J David Blackstone's tinyhttpd in Rust.

Awesome Lists containing this project

README

          

# rtinyhttpd
A rewrite of J David Blackstone's tinyhttpd in Rust, in order to demonstrate
how to deal with legacy application rewrites.

## Structure
+ `legacy/` contains the code from the jdavidb's original program
+ `htdocs/` contains some example pages and CGI programs
+ `analysis/` contains my analysis of jdavidb's source
+ `rtinyhttpd/` contains the Rust/Cargo project for my rewrite
+ `src/` contains the actual source code
+ `tests/` contains integration tests for the application