7 releases
0.1.14 | Nov 12, 2024 |
---|---|
0.1.13 | Nov 12, 2024 |
#1334 in Web programming
587 downloads per month
14KB
140 lines
rusty-render
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.
Features
- TCP Listener: The server listens for incoming connections on a specific address and port (
port
). - HTML Rendering: The server renders HTML pages dynamically for each incoming request using the
render
crate. - Simple and Lightweight: This server provides a minimalistic setup to demonstrate basic HTML rendering in Rust.
Requirements
- Rust: You need to have the latest version of Rust installed.
- Cargo:
Cargo
is the Rust package manager used for building and running the project.
Installation
To set up and run the project:
- Clone the Repository
git clone https://github.com/HashiramaSenjuhari/rusty-render
cd rusty-render
Dependencies
~4–17MB
~242K SLoC