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

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

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!