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
- It supports api requests and html files,
- 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.
- 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.
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.