https://github.com/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
https://github.com/mohammadhasanii/rustleweb
rust rust-lang rust-programming-language tailwindcss tcp tcplistener
Last synced: 21 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/mohammadhasanii/rustleweb
- Owner: mohammadhasanii
- Created: 2023-10-26T15:47:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T10:37:51.000Z (over 2 years ago)
- Last Synced: 2025-04-03T11:40:18.679Z (about 1 year ago)
- Topics: rust, rust-lang, rust-programming-language, tailwindcss, tcp, tcplistener
- Language: HTML
- Homepage: https://www.rust-lang.org/
- Size: 860 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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

## 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:
```bash
cargo run
```
## Usage
```javascript
GET http://127.0.0.1:45000/
```