https://github.com/cakeandcandles/rust-server
A static file HTTP server built from scratch in Rust
https://github.com/cakeandcandles/rust-server
filesystem http http-server liveserver rust tcp-server
Last synced: 9 months ago
JSON representation
A static file HTTP server built from scratch in Rust
- Host: GitHub
- URL: https://github.com/cakeandcandles/rust-server
- Owner: Cakeandcandles
- Created: 2025-07-04T00:28:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-06T05:03:49.000Z (9 months ago)
- Last Synced: 2025-07-06T06:22:38.908Z (9 months ago)
- Topics: filesystem, http, http-server, liveserver, rust, tcp-server
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a lightweight, beginner friendly web server written in pure rust (the HTML file included is just an example use case). It listens for HTTP requests, serves static files from
the /public directory, and prints request logs to the terminal. The program is written in Rust's standard library.
Feel free to clone this repo and try it out for yourself!