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

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.

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.