An open API service indexing awesome lists of open source software.

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

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

![Logo](https://github.com/mohammadhasanii/RustleWeb/blob/master/demo.png)

## 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/
```