7 releases
| 0.1.14 | Nov 12, 2024 |
|---|---|
| 0.1.13 | Nov 12, 2024 |
#454 in Graphics APIs
202 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
rendercrate. - 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:
Cargois 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
~5–21MB
~283K SLoC