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.
- Host: GitHub
- URL: https://github.com/noracodes/rtinyhttpd
- Owner: NoraCodes
- License: gpl-3.0
- Created: 2016-10-19T16:10:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T19:57:51.000Z (over 9 years ago)
- Last Synced: 2025-03-30T17:04:28.523Z (over 1 year ago)
- Language: C
- Size: 36.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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