rusty-render

Crates.iorusty-render
lib.rsrusty-render
version0.1.14
sourcesrc
created_at2024-11-11 10:44:40.70392
updated_at2024-11-12 11:26:53.512454
descriptionA simple Rust-based server that listens on a TCP socket and renders HTML pages dynamically based on incoming requests.
homepagehttps://crates.io/crates/rusty_render
repositoryhttps://github.com/HashiramaSenjuhari/rusty-render
max_upload_size
id1443654
size41,981
Hariprasath (HashiramaSenjuhari)

documentation

https://docs.rs/rusty_oauth/latest/rusty_render/

README

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:

  1. Clone the Repository
git clone https://github.com/HashiramaSenjuhari/rusty-render
cd rusty-render
Commit count: 0

cargo fmt