Skip to content

priyanshuverma-dev/rust-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple web server with rust from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages