Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 800 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 800 Bytes

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.

  1. 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.