https://github.com/priyanshuverma-dev/rust-server
A simple web server with rust from scratch.
https://github.com/priyanshuverma-dev/rust-server
Last synced: 6 months ago
JSON representation
A simple web server with rust from scratch.
- Host: GitHub
- URL: https://github.com/priyanshuverma-dev/rust-server
- Owner: priyanshuverma-dev
- Created: 2024-08-10T10:07:02.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T13:10:35.000Z (6 months ago)
- Last Synced: 2024-12-04T14:22:14.142Z (6 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rust Server from Scratch
This project is a build of a web server in Rust on bare minimum from scratch with only `std::TCPListener`. This is only a fun project to learn rust.
> Currently, It is is dev mode
## Features
1. It supports api requests and html files,
2. We can create a api route for the following methods:
* GET
* POST
* PUT
* DELETE*We can add more but as of now I don't have time to add them, If you want then feel free to add and work around.*
3. The Project is completely memory safe as the language Rust is and very performance effective as it doesn't and a clone of any request and saves every bit of memory.
# Contribute
As this is a side project, If any of you want to collaborate then. Feel free to open issues and PR with general Contribution guidelines.