mohammadhasanii / RustleWeb

RustleWeb is a simple TCP server written in Rust. It listens on port 45000 for connections. No framework or tools are used in this program and all functions are written raw

Home Page:https://www.rust-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RustleWeb

RustleWeb is a simple TCP server written in Rust. It listens on port 45000 for connections. No framework or tools are used in this program and all functions are written pure

Demo

This is a demo when served on 127.0.0.1:45000

Logo

Installation

To install RustleWeb, you will need to have the Rust compiler installed. Once you have Rust installed, you can install RustleWeb with the following command:

  cargo run

Usage

GET http://127.0.0.1:45000/

About

RustleWeb is a simple TCP server written in Rust. It listens on port 45000 for connections. No framework or tools are used in this program and all functions are written raw

https://www.rust-lang.org/


Languages

Language:HTML 80.2%Language:Rust 19.8%