Crates.io | rusty-render |
lib.rs | rusty-render |
version | 0.1.14 |
source | src |
created_at | 2024-11-11 10:44:40.70392 |
updated_at | 2024-11-12 11:26:53.512454 |
description | A simple Rust-based server that listens on a TCP socket and renders HTML pages dynamically based on incoming requests. |
homepage | https://crates.io/crates/rusty_render |
repository | https://github.com/HashiramaSenjuhari/rusty-render |
max_upload_size | |
id | 1443654 |
size | 41,981 |
rusty-render
is a simple Rust-based server that renders HTML pages dynamically on incoming TCP requests. It listens on a specified address and serves the requested pages.
port
).render
crate.Cargo
is the Rust package manager used for building and running the project.To set up and run the project:
git clone https://github.com/HashiramaSenjuhari/rusty-render
cd rusty-render