Skip to content

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

mohammadhasanii/RustleWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published